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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-30 13:53:44 +00:00
committed by GitHub
parent 3916504172
commit b3a4033ed0
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"bootstrap": "5.3.8",
"datatables.net-bs5": "^2.3.6",
"htmx.org": "^2.0.8",
"jquery": "^3.7.1"
"jquery": "^4.0.0"
},
"devDependencies": {
"@wger-project/react-components": "26.1.18"
@@ -3145,10 +3145,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==",
"license": "MIT"
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz",
"integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg=="
},
"node_modules/js-tokens": {
"version": "4.0.0",

View File

@@ -14,7 +14,7 @@
"bootstrap": "5.3.8",
"datatables.net-bs5": "^2.3.6",
"htmx.org": "^2.0.8",
"jquery": "^3.7.1"
"jquery": "^4.0.0"
},
"devDependencies": {
"@wger-project/react-components": "26.1.18"