From 291c7ca680d4635f862b34401c58557e5f6fe76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 00:37:27 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /public Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- public/package-lock.json | 14 +++++++------- public/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/package-lock.json b/public/package-lock.json index 258b25b..35fdaca 100644 --- a/public/package-lock.json +++ b/public/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "backbone": "^1.2.3", - "jquery": "^2.1.4", + "jquery": "^3.5.0", "lodash": "^3.10.1" }, "devDependencies": { @@ -2915,9 +2915,9 @@ } }, "node_modules/jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "node_modules/js-tokens": { "version": "3.0.2", @@ -8187,9 +8187,9 @@ "dev": true }, "jquery": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz", - "integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-tokens": { "version": "3.0.2", diff --git a/public/package.json b/public/package.json index 3c51171..f72ceae 100644 --- a/public/package.json +++ b/public/package.json @@ -15,7 +15,7 @@ "author": "Taylor Baldwin (https://tbaldw.in)", "dependencies": { "backbone": "^1.2.3", - "jquery": "^2.1.4", + "jquery": "^3.5.0", "lodash": "^3.10.1" }, "devDependencies": {