From 636ed56e3087da5d7eaf2a7bcea72acb32f581ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 20:59:50 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.2 Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.2) --- updated-dependencies: - dependency-name: jquery-ui dependency-version: 1.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cce7ea8..56cb54d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "^3.4.1", "font-awesome": "^4.7.0", "jquery": "^3.2.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "leaflet": "^1.2.0", "sweetalert2": "^7.33.1" }, @@ -2561,9 +2561,13 @@ "deprecated": "This version is deprecated. Please upgrade to the latest version or find support at https://www.herodevs.com/support/jquery-nes." }, "node_modules/jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "license": "MIT", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index 10708df..30cf99b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bootstrap": "^3.4.1", "font-awesome": "^4.7.0", "jquery": "^3.2.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "leaflet": "^1.2.0", "sweetalert2": "^7.33.1" }