From 9a930e6af98f0b0e0dd6b4029654349451e97c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:24:59 +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 2.2.4 to 4.0.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/2.2.4...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 407970f..5942404 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "grunt-contrib-jasmine": "*", "grunt-contrib-uglify": "*", "jasmine": "*", - "jquery": "^2.1.4" + "jquery": "^4.0.0" }, "scripts": { "test": "./node_modules/.bin/grunt jasmine"