From 8f6b35fad8a6b2822be07b6b604462219a27c592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:02:57 +0000 Subject: [PATCH] Update dependency jquery-ui to v1.13.2 [SECURITY] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84ecc34aa..26506d5a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "iso-language-codes": "2.0.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", "lit": "2.8.0", @@ -12106,8 +12106,12 @@ } }, "node_modules/jquery-ui": { - "version": "1.12.1", - "license": "MIT" + "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/jquery-ui-touch-punch": { "version": "0.2.3", @@ -25635,7 +25639,12 @@ } }, "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==", + "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 36f3c0830..f0811cf42 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "iso-language-codes": "2.0.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", "lit": "2.8.0",