Merge pull request #4298 from jellyfin/renovate/jstree-3.x

This commit is contained in:
Bill Thornton
2023-01-23 08:13:07 -05:00
committed by GitHub
2 changed files with 10 additions and 10 deletions
+9 -9
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": {
+1 -1
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",