From efe97a6e5916c3811486e50ac43bb2a9f4c60052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 08:37:26 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a5f7eb3f..587e8712 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "yarn": "^1.3.2" }, "dependencies": { - "jquery": "1.12.4", + "jquery": "3.5.0", "jquery-ajax-file-upload": "1.0.0", "jquery-ui": "1.13.2", "jquery.cookie": "1.4.1", @@ -22,7 +22,7 @@ "select2": "3.5.1" }, "resolutions": { - "jquery": "1.12.4" + "jquery": "3.5.0" }, "devDependencies": { "@babel/core": "^7.18.10", diff --git a/yarn.lock b/yarn.lock index 73a0a396..b79b7074 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2845,10 +2845,10 @@ jquery2-bbq@1.3.1: dependencies: jquery "^2.2.3" -jquery@1.12.4, "jquery@>=1.8.0 <4.0.0", jquery@>=1.9.1, jquery@^2.2.3: - version "1.12.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c" - integrity sha512-UEVp7PPK9xXYSk8xqXCJrkXnKZtlgWkd2GsAQbMRFK6S/ePU2JN5G2Zum8hIVjzR3CpdfSqdqAzId/xd4TJHeg== +jquery@3.5.0, "jquery@>=1.8.0 <4.0.0", jquery@>=1.9.1, jquery@^2.2.3: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== js-tokens@^4.0.0: version "4.0.0"