From b9ba50e95ba2ba87f98ef35980607d00324ad1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:31:26 +0000 Subject: [PATCH] Bump jquery-ui from 1.13.2 to 1.13.3 Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0b8b6980..a5ea3182c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "blueimp-file-upload": "^9.34.0", "foundation-sites": "^6.7.5", "jquery": "^3.7.1", - "jquery-ui": "^1.13.2", + "jquery-ui": "^1.13.3", "jquery-ujs": "^1.2.3", "leaflet": "^1.9.4", "leaflet.markercluster": "^1.5.3", @@ -1463,9 +1463,9 @@ "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "node_modules/jquery-ui": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", - "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.3.tgz", + "integrity": "sha512-D2YJfswSJRh/B8M/zCowDpNFfwsDmtfnMPwjJTyvl+CBqzpYwQ+gFYIbUUlzijy/Qvoy30H1YhoSui4MNYpRwA==", "dependencies": { "jquery": ">=1.8.0 <4.0.0" } diff --git a/package.json b/package.json index 4c567e465..5b6888910 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "blueimp-file-upload": "^9.34.0", "foundation-sites": "^6.7.5", "jquery": "^3.7.1", - "jquery-ui": "^1.13.2", + "jquery-ui": "^1.13.3", "jquery-ujs": "^1.2.3", "leaflet": "^1.9.4", "leaflet.markercluster": "^1.5.3",