diff --git a/BlazorUI.Client/wwwroot/package-lock.json b/BlazorUI.Client/wwwroot/package-lock.json index e1db38b..453c879 100644 --- a/BlazorUI.Client/wwwroot/package-lock.json +++ b/BlazorUI.Client/wwwroot/package-lock.json @@ -3963,9 +3963,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "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/BlazorUI.Client/wwwroot/package.json b/BlazorUI.Client/wwwroot/package.json index a668382..8b5ce46 100644 --- a/BlazorUI.Client/wwwroot/package.json +++ b/BlazorUI.Client/wwwroot/package.json @@ -31,7 +31,7 @@ "dependencies": { "@aspnet/signalr": "^1.0.4", "babel-runtime": "^6.26.0", - "jquery": "^3.4.0", + "jquery": "^3.5.0", "linq": "^3.1.0", "moment": "^2.22.2", "react": "^16.4.1",