From a90aa7f31ecb753fe8d3f362d8f6b0106c7467ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 07:45:04 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /nova Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) Signed-off-by: dependabot[bot] --- nova/package.json | 2 +- nova/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nova/package.json b/nova/package.json index 34f3392..d4826f4 100644 --- a/nova/package.json +++ b/nova/package.json @@ -25,7 +25,7 @@ "jest": "^23.0.1", "jest-mock-axios": "^2.1.11", "jest-serializer-vue": "^2.0.0", - "jquery": "^3.2.0", + "jquery": "^3.5.0", "laravel-mix": "^1.0", "lodash": "^4.17.0", "tailwindcss": "^0.6.0", diff --git a/nova/yarn.lock b/nova/yarn.lock index ed49f01..ef8819b 100644 --- a/nova/yarn.lock +++ b/nova/yarn.lock @@ -5454,10 +5454,10 @@ jest@^23.0.1: import-local "^1.0.0" jest-cli "^23.6.0" -jquery@^3.2.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf" - integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ== +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== js-base64@^2.1.8, js-base64@^2.1.9: version "2.5.1"