From 2d404b83b27b57498584b9b817c39941282911a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 05:32:53 +0000 Subject: [PATCH] Update dependency jquery-ui to 1.13.2 [SECURITY] --- package-lock.json | 24 +++++++++++++++--------- package.json | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aba035b2..cdc3afc1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "jest-environment-jsdom": "^29.0.3", "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", "jquery.mmenu": "5.6.5", @@ -11095,10 +11095,13 @@ } }, "node_modules/jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=", - "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, + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/jquery-ui-touch-punch": { "version": "0.2.3", @@ -25309,10 +25312,13 @@ } }, "jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=", - "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 1607590dd..5b57711fc 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "jest-environment-jsdom": "^29.0.3", "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", "jquery.mmenu": "5.6.5",