From 41996190769f83133f486e96f51ca583dd1676a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 14:29:03 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbdfe42..24d2aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5585,9 +5585,9 @@ "dev": true }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.4.9", diff --git a/package.json b/package.json index 954427f..3576c0a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "angular-in-memory-web-api": "0.7.0", "bootstrap": "4.1.3", "core-js": "2.5.4", - "jquery": "3.4.0", + "jquery": "3.5.0", "rxjs": "6.3.3", "toastr": "2.1.4", "zone.js": "0.8.26"