From 986f0fdfba4ba57978a2c43ab92d7afdcb219a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:01:14 +0000 Subject: [PATCH] Bump jquery-ui from 1.12.1 to 1.13.0 in /angular 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:production ... Signed-off-by: dependabot[bot] --- angular/package.json | 2 +- angular/yarn.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/angular/package.json b/angular/package.json index f6384bb..e3f67cc 100644 --- a/angular/package.json +++ b/angular/package.json @@ -29,7 +29,7 @@ "core-js": "^2.4.1", "ionicons": "^3.0.0", "jquery": "^3.2.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.0", "jquery.scrollto": "^2.1.2", "rxjs": "^5.1.1", "zone.js": "^0.8.4" diff --git a/angular/yarn.lock b/angular/yarn.lock index fcceea5..859a8ac 100644 --- a/angular/yarn.lock +++ b/angular/yarn.lock @@ -3695,9 +3695,11 @@ jodid25519@^1.0.0: dependencies: 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" +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.scrollto@^2.1.2: version "2.1.2" @@ -3705,9 +3707,9 @@ jquery.scrollto@^2.1.2: dependencies: jquery ">=1.8" -jquery@>=1.8, jquery@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" +jquery@>=1.8, "jquery@>=1.8.0 <4.0.0", jquery@^3.2.1: + version "3.6.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" js-base64@^2.1.8: version "2.4.3"