From 4c89fb84ab295e3bd65eb06cee6166ce570511f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 00:57:09 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.5.0 in /POC.Angular Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0) Signed-off-by: dependabot[bot] --- POC.Angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/POC.Angular/package.json b/POC.Angular/package.json index f0aede1..66d3a7e 100644 --- a/POC.Angular/package.json +++ b/POC.Angular/package.json @@ -27,7 +27,7 @@ "core-js": "^2.5.4", "file-saver": "^2.0.0", "font-awesome": "^4.7.0", - "jquery": "3.3.1", + "jquery": "3.5.0", "lodash": "^4.17.11", "moment": "^2.22.2", "ng-busy": "^6.2.0",