From bc5ce957c44a3e6193e7a53a6822f3f843196fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:01:42 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.0 Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ba4e16d..70f47a3 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "eslint-plugin-babel": "^4.0.1", "imports-loader": "^0.7.1", "jquery": "^2.2.4", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "jquery.fancytree": "^2.22.0", "parse5": "3.0.2", "rxjs": "5.0.1", diff --git a/yarn.lock b/yarn.lock index 29f6e6d..7d6de78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3547,14 +3547,20 @@ istanbul-lib-instrument@^1.1.3: istanbul-lib-coverage "^1.1.1" semver "^5.3.0" -jquery-ui@^1.12.1: - version "1.12.1" - resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" +jquery-ui@^1.13.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.0.tgz#ab5ac65f37ca093c51b3478c4097f55bbc008f36" + dependencies: + jquery ">=1.8.0 <4.0.0" jquery.fancytree@^2.22.0: version "2.24.0" resolved "https://registry.yarnpkg.com/jquery.fancytree/-/jquery.fancytree-2.24.0.tgz#60442a65648515d3e652197693efc0646af57629" +"jquery@>=1.8.0 <4.0.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" + jquery@^2.2.4: version "2.2.4" resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02"