From de2aef6f49adbc458e1d2b3d12eaa259e301f60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 05:56:49 +0000 Subject: [PATCH] Bump jstree from 3.3.14 to 3.3.15 Bumps [jstree](https://github.com/vakata/jstree) from 3.3.14 to 3.3.15. - [Release notes](https://github.com/vakata/jstree/releases) - [Commits](https://github.com/vakata/jstree/compare/3.3.14...3.3.15) --- updated-dependencies: - dependency-name: jstree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 795f7975..67c81310 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jquery": "^3.5", "jquery-ui-dist": "^1.12.1", "jquery.class.js": "^1.0.0", - "jstree": "^3.3.7", + "jstree": "^3.3.15", "jstree-bootstrap-theme": "^1.0.1", "moment": "^2.29.2", "perfect-scrollbar": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 184108d4..ad95ef1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -260,7 +260,7 @@ jquery.class.js@^1.0.0: resolved "https://registry.yarnpkg.com/jquery.class.js/-/jquery.class.js-1.0.0.tgz#43616c36d76eff36caf2139ddacda621aa24ed30" integrity sha512-TKrc0qRYnm3+t6Bro34+4CeerNRacd5cyp5hiapLZJHvqXKi04F4BGelToKL/+d/sPe0lIY6HwCTaceeiKurpQ== -jquery@>=1.10, jquery@>=1.6, jquery@>=1.7, "jquery@>=1.7.1 <4.0.0", jquery@>=1.7.x, "jquery@>=1.8.0 <4.0.0", jquery@>=1.9.1, jquery@^3.5, jquery@^3.6.0: +jquery@>=1.10, jquery@>=1.6, jquery@>=1.7, "jquery@>=1.7.1 <4.0.0", jquery@>=1.7.x, "jquery@>=1.8.0 <4.0.0", jquery@>=1.9.1, jquery@^3.5, jquery@^3.5.0: version "3.6.3" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6" integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg== @@ -272,12 +272,12 @@ jstree-bootstrap-theme@^1.0.1: dependencies: jquery ">=1.9.1" -jstree@^3.3.7: - version "3.3.14" - resolved "https://registry.yarnpkg.com/jstree/-/jstree-3.3.14.tgz#f0615160a39ad1b48b2bd734388ca3eb3f44577b" - integrity sha512-W8t+nFOKENXNIulvu+DW4gPcnpOXY0FswiTiOn1Fnhs6poRe6eA/Kf6fS1/GJJ8C8KEy0q3ttF6tbGRDmHIM/g== +jstree@^3.3.15: + version "3.3.15" + resolved "https://registry.yarnpkg.com/jstree/-/jstree-3.3.15.tgz#364bfa0fc4c0b1b7b5bc122cda44a0f09e59eba4" + integrity sha512-fNK2EBgGjaJQ3cJuINX/80vDeAufYWtM0csudgYl3eJG+eRAH/1r1IJVUOvAlJIa+uSgg+Fi8uGrt+Xbs92eKg== dependencies: - jquery "^3.6.0" + jquery "^3.5.0" moment@^2.10.2, moment@^2.29.2, moment@^2.9.0: version "2.29.4"