From 74bb07e07755f3423556a7806181569d28777573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 09:46:53 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /UterAngular/src/main/web Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- UterAngular/src/main/web/package-lock.json | 6 +++--- UterAngular/src/main/web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UterAngular/src/main/web/package-lock.json b/UterAngular/src/main/web/package-lock.json index b75f236..21fce46 100644 --- a/UterAngular/src/main/web/package-lock.json +++ b/UterAngular/src/main/web/package-lock.json @@ -5414,9 +5414,9 @@ "dev": true }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-tokens": { "version": "3.0.2", diff --git a/UterAngular/src/main/web/package.json b/UterAngular/src/main/web/package.json index f53704f..5788e88 100644 --- a/UterAngular/src/main/web/package.json +++ b/UterAngular/src/main/web/package.json @@ -24,7 +24,7 @@ "@angular/router": "~8.1.2", "angular-archwizard": "^4.0.0", "bootstrap": "^4.3.1", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "moment": "^2.24.0", "ng2-slim-loading-bar": "^4.0.0", "ngx-toastr": "^10.0.4",