From 45d5c26660a096f94d428e70bc6a176330a950d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:20:58 +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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f2c42e26..ed15f8c70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "foundation-sites": "6.9.0", "glob": "13.0.6", "hamburgers": "1.2.1", - "jquery": "3.7.1", + "jquery": "4.0.0", "liquidjs": "10.27.1", "lunr": "2.3.9", "slick-carousel": "1.8.1", @@ -7671,9 +7671,9 @@ } }, "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz", + "integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==", "license": "MIT" }, "node_modules/js-beautify": { diff --git a/package.json b/package.json index 3c9110a21..939dcc1fe 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "foundation-sites": "6.9.0", "glob": "13.0.6", "hamburgers": "1.2.1", - "jquery": "3.7.1", + "jquery": "4.0.0", "liquidjs": "10.27.1", "lunr": "2.3.9", "slick-carousel": "1.8.1",