From e8f405b9c6177d2067ce695446ebd584e6c0abb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:02:51 +0000 Subject: [PATCH] Bump jquery from 3.7.1 to 4.0.0 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 907c7a0a..cf5d215b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "stylelint-order": "7.0.1" }, "dependencies": { - "jquery": "3.7.1", + "jquery": "4.0.0", "prismjs": "1.30.0", "textpattern-branding": "0.3.3" },