From 901da08874e62223968ec73d838d313bf99b0173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 00:27:19 +0000 Subject: [PATCH] Bump jquery from 2.2.1 to 3.5.0 in /VocaDbWeb Bumps [jquery](https://github.com/jquery/jquery) from 2.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.1...3.5.0) Signed-off-by: dependabot[bot] --- VocaDbWeb/package-lock.json | 14 +++++++------- VocaDbWeb/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VocaDbWeb/package-lock.json b/VocaDbWeb/package-lock.json index 86f4691643..5556e6b74a 100644 --- a/VocaDbWeb/package-lock.json +++ b/VocaDbWeb/package-lock.json @@ -17,7 +17,7 @@ "highcharts-react-official": "^3.1.0", "i18next": "^20.3.2", "i18next-http-backend": "^1.2.6", - "jquery": "^2.2.1", + "jquery": "^3.5.0", "jquery-ui": "^1.10.4", "jqwidgets-scripts": "^13.2.0", "knockout": "^3.5.1", @@ -12122,9 +12122,9 @@ } }, "node_modules/jquery": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.1.tgz", - "integrity": "sha1-PD4WhUrT0qxErGUCGxdCbSKtgD8=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "node_modules/jquery-ui": { "version": "1.10.4", @@ -28774,9 +28774,9 @@ } }, "jquery": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.1.tgz", - "integrity": "sha1-PD4WhUrT0qxErGUCGxdCbSKtgD8=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-ui": { "version": "1.10.4", diff --git a/VocaDbWeb/package.json b/VocaDbWeb/package.json index 8696000d05..109f83daa5 100644 --- a/VocaDbWeb/package.json +++ b/VocaDbWeb/package.json @@ -64,7 +64,7 @@ "highcharts-react-official": "^3.1.0", "i18next": "^20.3.2", "i18next-http-backend": "^1.2.6", - "jquery": "^2.2.1", + "jquery": "^3.5.0", "jquery-ui": "^1.10.4", "jqwidgets-scripts": "^13.2.0", "knockout": "^3.5.1",