From f3b805e8ec6b865f99b8637fbdfc8fff51232d0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:57:12 +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 453d711b2..8b93c7239 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", @@ -10986,9 +10986,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", @@ -23791,8 +23795,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 54e1e6c68..f243a18bb 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",