From 143b3e5744c48f99d196e006bfe5876f7537bf60 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 from 3.2.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cce7ea8..64597b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "bootstrap": "^3.4.1", "font-awesome": "^4.7.0", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "jquery-ui": "^1.12.1", "leaflet": "^1.2.0", "sweetalert2": "^7.33.1" @@ -2555,10 +2555,10 @@ } }, "node_modules/jquery": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", - "integrity": "sha512-iQUctXqe/nSa7hshPkQnJaJEUfxM139//hg2nJj+wsqVvd/YgXALR3jTNGh7BylgsyfcC8r4i2cJrClGBkDu5Q==", - "deprecated": "This version is deprecated. Please upgrade to the latest version or find support at https://www.herodevs.com/support/jquery-nes." + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", + "license": "MIT" }, "node_modules/jquery-ui": { "version": "1.12.1", diff --git a/package.json b/package.json index 10708df..7ebf8d7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "bootstrap": "^3.4.1", "font-awesome": "^4.7.0", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "jquery-ui": "^1.12.1", "leaflet": "^1.2.0", "sweetalert2": "^7.33.1"