From 56ad7a4326e50e40eb469af982032da3e9cbb2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:32:34 +0000 Subject: [PATCH] Bump jquery from 3.7.1 to 4.0.0 in /codewof Bumps [jquery](https://github.com/jquery/jquery) from 3.7.1 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/3.7.1...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- codewof/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codewof/package.json b/codewof/package.json index 0c17791a..8c1b7917 100644 --- a/codewof/package.json +++ b/codewof/package.json @@ -26,7 +26,7 @@ "gulp-tap": "2.0.0", "gulp-terser": "2.1.0", "intro.js": "6.0.0", - "jquery": "3.7.1", + "jquery": "4.0.0", "pixrem": "5.0.0", "popper.js": "1.16.1", "postcss": "8.5.3",