📌 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-21 05:03:54 +00:00
committed by GitHub
parent a402822d8b
commit 269f09b8a6
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"@tailwindcss/typography": "^0.5.19",
"chart.js": "^4.5.1",
"fuse.js": "^7.1.0",
"jquery": "^3.7.1",
"jquery": "^4.0.0",
"katex": "^0.16.27",
"lite-youtube-embed": "^0.3.4",
"medium-zoom": "^1.1.0",
@@ -3003,10 +3003,11 @@
}
},
"node_modules/jquery": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
"dev": true
"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"
},
"node_modules/js-tokens": {
"version": "4.0.0",

View File

@@ -41,7 +41,7 @@
"@tailwindcss/typography": "^0.5.19",
"chart.js": "^4.5.1",
"fuse.js": "^7.1.0",
"jquery": "^3.7.1",
"jquery": "^4.0.0",
"katex": "^0.16.27",
"lite-youtube-embed": "^0.3.4",
"medium-zoom": "^1.1.0",