Update dependency jquery to v4

This commit is contained in:
renovate[bot]
2026-08-26 10:15:59 +00:00
committed by GitHub
parent c6c663e606
commit bc0a690bc8
2 changed files with 12 additions and 5 deletions
+11 -4
View File
@@ -46,7 +46,7 @@
"idb-keyval": "6.3.0",
"intersection-observer": "0.12.2",
"jellyfin-apiclient": "1.11.0",
"jquery": "3.7.1",
"jquery": "4.0.0",
"jstree": "3.3.17",
"libarchive.js": "2.0.2",
"libbitsub": "1.11.0",
@@ -14657,9 +14657,10 @@
}
},
"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-tokens": {
"version": "4.0.0",
@@ -14848,6 +14849,12 @@
"jquery": "^3.5.0"
}
},
"node_modules/jstree/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"
},
"node_modules/jsx-ast-utils": {
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
+1 -1
View File
@@ -114,7 +114,7 @@
"idb-keyval": "6.3.0",
"intersection-observer": "0.12.2",
"jellyfin-apiclient": "1.11.0",
"jquery": "3.7.1",
"jquery": "4.0.0",
"jstree": "3.3.17",
"libarchive.js": "2.0.2",
"libbitsub": "1.11.0",