From 178d25db0ecdec315b64187b9c18c938a05aba1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:45:45 +0000 Subject: [PATCH] fix(deps): update dependency jquery.fancytree to v2.38.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 625f17585..83c3e6179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "joplin-turndown-plugin-gfm": "1.0.12", "jquery": "3.7.1", "jquery-hotkeys": "0.2.2", - "jquery.fancytree": "2.38.3", + "jquery.fancytree": "2.38.4", "jsdom": "25.0.1", "jsplumb": "2.15.6", "katex": "0.16.18", @@ -12215,9 +12215,9 @@ "license": "MIT or GPL Version 2" }, "node_modules/jquery.fancytree": { - "version": "2.38.3", - "resolved": "https://registry.npmjs.org/jquery.fancytree/-/jquery.fancytree-2.38.3.tgz", - "integrity": "sha512-C3CJcp4sPThy497YBXZNrDSVn/B34sv6kB+toC8gfHrPvJWgYkL3NSMovBxXo6fN6yXUnvWhWaON/ejG3Nsxdg==", + "version": "2.38.4", + "resolved": "https://registry.npmjs.org/jquery.fancytree/-/jquery.fancytree-2.38.4.tgz", + "integrity": "sha512-f4Fv5jZiZ6pBml/9txcJRAQDZpqQGGoJ8BUbicZKcO4CpgGbqBX9W7eQFwEaKQS0bxdVBLbqWQ9RoUK05ON2kQ==", "license": "MIT", "peerDependencies": { "jquery": ">=1.9" diff --git a/package.json b/package.json index 42a937843..ee99df3cc 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "joplin-turndown-plugin-gfm": "1.0.12", "jquery": "3.7.1", "jquery-hotkeys": "0.2.2", - "jquery.fancytree": "2.38.3", + "jquery.fancytree": "2.38.4", "jsdom": "25.0.1", "jsplumb": "2.15.6", "katex": "0.16.18",