1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update dependency jstree to v3.3.14

This commit is contained in:
renovate[bot] 2023-01-23 12:17:21 +00:00 committed by GitHub
parent df54d013bc
commit b5c0f31d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -34,7 +34,7 @@
"intersection-observer": "0.12.2",
"jellyfin-apiclient": "1.10.0",
"jquery": "3.6.3",
"jstree": "3.3.12",
"jstree": "3.3.14",
"libarchive.js": "1.3.0",
"lodash-es": "4.17.21",
"marked": "4.2.5",
@ -9604,11 +9604,11 @@
}
},
"node_modules/jstree": {
"version": "3.3.12",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.12.tgz",
"integrity": "sha512-vHNLWkUr02ZYH7RcIckvhtLUtneWCVEtIKpIp2G9WtRh01ITv18EoNtNQcFG3ozM+oK6wp1Z300gSLXNQWCqGA==",
"version": "3.3.14",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.14.tgz",
"integrity": "sha512-W8t+nFOKENXNIulvu+DW4gPcnpOXY0FswiTiOn1Fnhs6poRe6eA/Kf6fS1/GJJ8C8KEy0q3ttF6tbGRDmHIM/g==",
"dependencies": {
"jquery": ">=1.9.1"
"jquery": "^3.6.0"
}
},
"node_modules/jsx-ast-utils": {
@ -25999,11 +25999,11 @@
"dev": true
},
"jstree": {
"version": "3.3.12",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.12.tgz",
"integrity": "sha512-vHNLWkUr02ZYH7RcIckvhtLUtneWCVEtIKpIp2G9WtRh01ITv18EoNtNQcFG3ozM+oK6wp1Z300gSLXNQWCqGA==",
"version": "3.3.14",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.14.tgz",
"integrity": "sha512-W8t+nFOKENXNIulvu+DW4gPcnpOXY0FswiTiOn1Fnhs6poRe6eA/Kf6fS1/GJJ8C8KEy0q3ttF6tbGRDmHIM/g==",
"requires": {
"jquery": ">=1.9.1"
"jquery": "^3.6.0"
}
},
"jsx-ast-utils": {

View file

@ -93,7 +93,7 @@
"intersection-observer": "0.12.2",
"jellyfin-apiclient": "1.10.0",
"jquery": "3.6.3",
"jstree": "3.3.12",
"jstree": "3.3.14",
"libarchive.js": "1.3.0",
"lodash-es": "4.17.21",
"marked": "4.2.5",