diff --git a/package-lock.json b/package-lock.json index cb2ed84924..3df812cc67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8111,9 +8111,9 @@ "dev": true }, "jstree": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.11.tgz", - "integrity": "sha512-9ZJKroPjCyjb6JLPuAbBrLJKT6pS1f4m5gkwoEagG5oQWtvzm0IiDsntXTxeFtz7AmqrKfij+gLfF9MgWriNxg==", + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/jstree/-/jstree-3.3.12.tgz", + "integrity": "sha512-vHNLWkUr02ZYH7RcIckvhtLUtneWCVEtIKpIp2G9WtRh01ITv18EoNtNQcFG3ozM+oK6wp1Z300gSLXNQWCqGA==", "requires": { "jquery": ">=1.9.1" } diff --git a/package.json b/package.json index 2db8bd0da3..bc499c9b20 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "intersection-observer": "^0.12.0", "jellyfin-apiclient": "^1.8.0", "jquery": "^3.5.1", - "jstree": "^3.3.11", + "jstree": "^3.3.12", "libarchive.js": "^1.3.0", "libass-wasm": "git+https://github.com/jellyfin/JavascriptSubtitlesOctopus.git#4.0.0-jf-smarttv", "lodash-es": "^4.17.21",