From 8049d360d22d22e1ef7a0bfc715395f56ebc607b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:01:59 +0000 Subject: [PATCH] Bump jquery from 1.11.3 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.11.3 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.11.3...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a05474ccd..0b52e8ea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4679,6 +4679,13 @@ "requirejs-plugins": "^1.0.2", "sizzle": "2.3.0", "susy": "^2.2.9" + }, + "dependencies": { + "jquery": { + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz", + "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + } } }, "edx-ui-toolkit": { @@ -8380,9 +8387,9 @@ "dev": true }, "jquery": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.11.3.tgz", - "integrity": "sha1-3Yt0J4snEC0p32Pq4oMIqM+htYM=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.6.4", diff --git a/package.json b/package.json index 98959cb01..ae3db4d0c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "font-awesome": "4.6.3", "globalize": "1.1.1", "install": "0.8.9", - "jquery": "1.11.3", + "jquery": "3.5.0", "js-natural-sort": "0.8.1", "moment": "2.24.0", "node-bourbon": "4.2.8",