From e23ff6ac6d00df449c5d7c48144b455a6fd8c3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 06:14:00 +0000 Subject: [PATCH] Bump jquery in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [jquery](https://github.com/jquery/jquery). Updates `jquery` from 3.0.0 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.0.0...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2bb739..1f72111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "cytoscape-node-editing": "^4.0.0", "file-saver": "^2.0.5", "hotkeys-js": "^3.8.7", - "jquery": "^3.0.0", + "jquery": "^3.5.0", "konva": "^7.0.3", "md5": "^2.3.0", "moment": "^2.29.4", @@ -10017,9 +10017,10 @@ } }, "node_modules/jquery": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz", - "integrity": "sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", @@ -28034,9 +28035,9 @@ } }, "jquery": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz", - "integrity": "sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index c8a887f..362ec9a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cytoscape-node-editing": "^4.0.0", "file-saver": "^2.0.5", "hotkeys-js": "^3.8.7", - "jquery": "^3.0.0", + "jquery": "^3.5.0", "konva": "^7.0.3", "md5": "^2.3.0", "moment": "^2.29.4",