From d6311aacf70b7853dddcb30711c47b406131b27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:08:34 +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 c1094b5a..e603f830 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "load-grunt-tasks": "5.1.0" }, "dependencies": { - "jquery": "3.7.1", + "jquery": "4.0.0", "lunr": "2.3.9", "simple-jekyll-search": "1.10.0" },