From c0b96afb6eb9e8368a2adeaebb780968b364fbe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 14:59:49 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.0 in /bonobo/contrib/jupyter/js 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: indirect ... Signed-off-by: dependabot[bot] --- bonobo/contrib/jupyter/js/yarn.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bonobo/contrib/jupyter/js/yarn.lock b/bonobo/contrib/jupyter/js/yarn.lock index 77c958a0..3ec39610 100644 --- a/bonobo/contrib/jupyter/js/yarn.lock +++ b/bonobo/contrib/jupyter/js/yarn.lock @@ -684,12 +684,14 @@ jodid25519@^1.0.0: jsbn "~0.1.0" jquery-ui@^1.12.1: - version "1.12.1" - resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" + 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@^3.1.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" +"jquery@>=1.8.0 <4.0.0", jquery@^3.1.1: + version "3.6.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" jsbn@~0.1.0: version "0.1.1"