Update dependency jstree to v3.3.17

This commit is contained in:
renovate[bot] 2024-09-19 14:32:04 +00:00 committed by GitHub
parent 78b08d9cb1
commit 56aa4f02a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -43,7 +43,7 @@
"intersection-observer": "0.12.2",
"jellyfin-apiclient": "1.11.0",
"jquery": "3.7.1",
"jstree": "3.3.16",
"jstree": "3.3.17",
"libarchive.js": "2.0.2",
"lodash-es": "4.17.21",
"markdown-it": "14.1.0",
@ -14781,9 +14781,10 @@
}
},
"node_modules/jstree": {
"version": "3.3.16",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.16.tgz",
"integrity": "sha512-yeeIJffi2WAqyMeHufXj/Ozy7GqgKdDkxfN8L8lwbG0h1cw/TgDafWmyhroH4AKgDSk9yW1W6jiJZu4zXAqzXw==",
"version": "3.3.17",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.17.tgz",
"integrity": "sha512-V0Pl1B6BIaxHUQMiWkol37QlhlBKoZA9RUeUmm95+UnV2QeZsj2QP1sOQl/m2EIOyZXOOxOHvR0SYZLSDC7EFw==",
"license": "MIT",
"dependencies": {
"jquery": "^3.5.0"
}
@ -36186,9 +36187,9 @@
}
},
"jstree": {
"version": "3.3.16",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.16.tgz",
"integrity": "sha512-yeeIJffi2WAqyMeHufXj/Ozy7GqgKdDkxfN8L8lwbG0h1cw/TgDafWmyhroH4AKgDSk9yW1W6jiJZu4zXAqzXw==",
"version": "3.3.17",
"resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.17.tgz",
"integrity": "sha512-V0Pl1B6BIaxHUQMiWkol37QlhlBKoZA9RUeUmm95+UnV2QeZsj2QP1sOQl/m2EIOyZXOOxOHvR0SYZLSDC7EFw==",
"requires": {
"jquery": "^3.5.0"
}

View File

@ -104,7 +104,7 @@
"intersection-observer": "0.12.2",
"jellyfin-apiclient": "1.11.0",
"jquery": "3.7.1",
"jstree": "3.3.16",
"jstree": "3.3.17",
"libarchive.js": "2.0.2",
"lodash-es": "4.17.21",
"markdown-it": "14.1.0",