From 37a8f52ed129833a2894a7c6d2f8ef7fc5b4583e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 23:24:45 +0000 Subject: [PATCH] build(deps): 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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6632947f2e..46c666d525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "flatpickr": "^4.6.13", "heic-convert": "^2.1.0", "i18n-js": "^4.5.1", - "jquery": "^3.7.1", + "jquery": "^4.0.0", "jquery-ui": "^1.14.1", "katex": "^0.16.33", "marked": "^16.0.0", @@ -9808,9 +9808,10 @@ "license": "BSD-3-Clause" }, "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/jquery-ui": { "version": "1.14.1", diff --git a/package.json b/package.json index 546e8f4d21..820d8eee35 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "flatpickr": "^4.6.13", "heic-convert": "^2.1.0", "i18n-js": "^4.5.1", - "jquery": "^3.7.1", + "jquery": "^4.0.0", "jquery-ui": "^1.14.1", "katex": "^0.16.33", "marked": "^16.0.0",