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",