From 2577506ddebe698212cacff8e5cc8e1f95a8217d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:46:40 +0000 Subject: [PATCH] Update dependency jquery-ui to v1.13.2 [SECURITY] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c12ffd108..2f2e92aa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jest-environment-jsdom": "^29.7.0", "jquery": "3.6.1", "jquery-colorbox": "1.6.4", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jquery-ui-touch-punch": "0.2.3", "jquery.browser": "0.1.0", "live-server": "1.2.2", @@ -11103,9 +11103,13 @@ } }, "node_modules/jquery-ui": { - "version": "1.12.1", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", "dev": true, - "license": "MIT" + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/jquery-ui-touch-punch": { "version": "0.2.3", @@ -24099,8 +24103,13 @@ } }, "jquery-ui": { - "version": "1.12.1", - "dev": true + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "dev": true, + "requires": { + "jquery": ">=1.8.0 <4.0.0" + } }, "jquery-ui-touch-punch": { "version": "0.2.3", diff --git a/package.json b/package.json index b88a01bec..4b38c292b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "jest-environment-jsdom": "^29.7.0", "jquery": "3.6.1", "jquery-colorbox": "1.6.4", - "jquery-ui": "1.12.1", + "jquery-ui": "1.13.2", "jquery-ui-touch-punch": "0.2.3", "jquery.browser": "0.1.0", "live-server": "1.2.2",