From 3b4804d5114b61043ce4e80b5674f79169c97daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 16:00:42 +0000 Subject: [PATCH] Bump jquery from 3.2.1 to 3.5.0 in /ASPNetCoreReact/ASPNetCoreReact Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) Signed-off-by: dependabot[bot] --- ASPNetCoreReact/ASPNetCoreReact/package-lock.json | 6 +++--- ASPNetCoreReact/ASPNetCoreReact/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ASPNetCoreReact/ASPNetCoreReact/package-lock.json b/ASPNetCoreReact/ASPNetCoreReact/package-lock.json index 24c35a4..8c30c85 100644 --- a/ASPNetCoreReact/ASPNetCoreReact/package-lock.json +++ b/ASPNetCoreReact/ASPNetCoreReact/package-lock.json @@ -2631,9 +2631,9 @@ } }, "jquery": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", - "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", "dev": true }, "js-base64": { diff --git a/ASPNetCoreReact/ASPNetCoreReact/package.json b/ASPNetCoreReact/ASPNetCoreReact/package.json index 88638f1..f286885 100644 --- a/ASPNetCoreReact/ASPNetCoreReact/package.json +++ b/ASPNetCoreReact/ASPNetCoreReact/package.json @@ -20,7 +20,7 @@ "css-loader": "^0.28.7", "extract-text-webpack-plugin": "^3.0.2", "isomorphic-fetch": "^2.2.1", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "popper.js": "^1.12.6", "react": "^16.0.0", "react-dom": "^16.0.0",