From 25a476f449808d0128d5151f0736292b763163a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:42:56 +0000 Subject: [PATCH] Bump jquery from 3.6.1 to 4.0.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.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.6.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] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e89168ad..aca1d530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "trix": "^2.1.4" }, "devDependencies": { - "jquery": "^3.6.0" + "jquery": "^4.0.0" } }, "node_modules/@fortawesome/fontawesome-free": { @@ -596,9 +596,9 @@ } }, "node_modules/jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz", + "integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 2b79f7a4..c6681330 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "version": "0.1.0", "devDependencies": { - "jquery": "^3.6.0" + "jquery": "^4.0.0" }, "scripts": { "build:css": "sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules" diff --git a/yarn.lock b/yarn.lock index 75e16516..ba0e6b6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -288,10 +288,10 @@ is-glob@^4.0.3: dependencies: is-extglob "^2.1.1" -jquery@^3.6.0: - version "3.6.1" - resolved "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz" - integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw== +jquery@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb" + integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg== lodash@^4.17.4: version "4.17.21"