From e97a246501d5bc8d46800fd7553d129aac6a23df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:35:55 +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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fec7060c3..da4ecf550 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "foundation-sites": "6.9.0", "glob": "13.0.3", "hamburgers": "1.2.1", - "jquery": "3.7.1", + "jquery": "4.0.0", "liquidjs": "10.24.0", "lunr": "2.3.9", "slick-carousel": "1.8.1", diff --git a/yarn.lock b/yarn.lock index d1e5927fd..fd72e555d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3957,10 +3957,10 @@ jest@30.2.0: import-local "^3.2.0" jest-cli "30.2.0" -jquery@3.7.1, "jquery@>= 1.4.3": - version "3.7.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" - integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== +jquery@4.0.0, "jquery@>= 1.4.3": + version "4.0.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb" + integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg== js-beautify@^1.11.0: version "1.14.7"