From 3a268583486fdf77f8af9dcdbb2fa663709fc67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:25:53 +0000 Subject: [PATCH] Bump jquery-ui from 1.10.4 to 1.13.2 in /VocaDbWeb Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.10.4 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.10.4...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- VocaDbWeb/package-lock.json | 20 +++++++++++++------- VocaDbWeb/package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/VocaDbWeb/package-lock.json b/VocaDbWeb/package-lock.json index 06ba2e41ec..072e4d1f75 100644 --- a/VocaDbWeb/package-lock.json +++ b/VocaDbWeb/package-lock.json @@ -22,7 +22,7 @@ "i18next": "^20.3.2", "i18next-http-backend": "^1.4.1", "jquery": "^2.2.1", - "jquery-ui": "^1.10.4", + "jquery-ui": "^1.13.2", "jqwidgets-scripts": "^13.2.0", "lodash-es": "^4.17.21", "mobx": "^6.3.2", @@ -11859,9 +11859,12 @@ "integrity": "sha1-PD4WhUrT0qxErGUCGxdCbSKtgD8=" }, "node_modules/jquery-ui": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.10.4.tgz", - "integrity": "sha1-oJb+X04PKraaBYXPEEVYd/V1Br0=" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/jqwidgets-scripts": { "version": "13.2.0", @@ -27636,9 +27639,12 @@ "integrity": "sha1-PD4WhUrT0qxErGUCGxdCbSKtgD8=" }, "jquery-ui": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.10.4.tgz", - "integrity": "sha1-oJb+X04PKraaBYXPEEVYd/V1Br0=" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "jqwidgets-scripts": { "version": "13.2.0", diff --git a/VocaDbWeb/package.json b/VocaDbWeb/package.json index 6ddb621c00..01a24f1e2a 100644 --- a/VocaDbWeb/package.json +++ b/VocaDbWeb/package.json @@ -71,7 +71,7 @@ "i18next": "^20.3.2", "i18next-http-backend": "^1.4.1", "jquery": "^2.2.1", - "jquery-ui": "^1.10.4", + "jquery-ui": "^1.13.2", "jqwidgets-scripts": "^13.2.0", "lodash-es": "^4.17.21", "mobx": "^6.3.2",