From f310ae568d1118bccd85a19542fa05fb397c1519 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 18:35:25 +0200 Subject: [PATCH] Update dependency jstree to v3.3.12 (#598) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3179bad..06b8d56 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "i18next-xhr-backend": "^3.2.2", "jquery": "3.6.0", "jquery-i18next": "^1.2.1", - "jstree": "^3.3.8", + "jstree": "3.3.12", "leaflet": "~1.7.1", "leaflet-control-geocoder": "^2.2.0", "leaflet-easybutton": "*", diff --git a/yarn.lock b/yarn.lock index 5c20b42..eb1a186 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8336,10 +8336,10 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" -jstree@^3.3.8: - version "3.3.8" - resolved "https://registry.yarnpkg.com/jstree/-/jstree-3.3.8.tgz#8d0f506028d65e5207efa7b78e6541cbe35622c1" - integrity sha512-0/nhGxVLSGfGQyVg+q59ocqSEKWRDKHoA8wNrcOIvlzCCw19tzvcMNGJ19hf+U0b7fycABowkny7fQPcLgUwwA== +jstree@3.3.12: + version "3.3.12" + resolved "https://registry.yarnpkg.com/jstree/-/jstree-3.3.12.tgz#cf206bc85dcf4a4664ed6617eaae3bd5983d8601" + integrity sha512-vHNLWkUr02ZYH7RcIckvhtLUtneWCVEtIKpIp2G9WtRh01ITv18EoNtNQcFG3ozM+oK6wp1Z300gSLXNQWCqGA== dependencies: jquery ">=1.9.1"