From a3937714aea11336016f3d5f314e1f2e43dd05ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:13:58 +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 db9827d20b..9b25709ceb 100644 --- a/VocaDbWeb/package-lock.json +++ b/VocaDbWeb/package-lock.json @@ -22,7 +22,7 @@ "http-status-codes": "^2.2.0", "i18next": "^20.3.2", "i18next-http-backend": "^1.4.1", - "jquery": "^2.2.1", + "jquery": "^3.5.0", "jquery-ui": "^1.10.4", "jqwidgets-scripts": "^13.2.0", "knockout": "^3.5.1", @@ -12277,9 +12277,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", @@ -29076,9 +29076,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 08f30fb309..cacfffa4fe 100644 --- a/VocaDbWeb/package.json +++ b/VocaDbWeb/package.json @@ -70,7 +70,7 @@ "http-status-codes": "^2.2.0", "i18next": "^20.3.2", "i18next-http-backend": "^1.4.1", - "jquery": "^2.2.1", + "jquery": "^3.5.0", "jquery-ui": "^1.10.4", "jqwidgets-scripts": "^13.2.0", "knockout": "^3.5.1",