diff --git a/WeatherServiceWeb/ClientApp/package-lock.json b/WeatherServiceWeb/ClientApp/package-lock.json index 9ac897d..f8b6c32 100644 --- a/WeatherServiceWeb/ClientApp/package-lock.json +++ b/WeatherServiceWeb/ClientApp/package-lock.json @@ -5930,9 +5930,9 @@ "optional": true }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.5.1", diff --git a/WeatherServiceWeb/ClientApp/package.json b/WeatherServiceWeb/ClientApp/package.json index 13e34b9..44d5efa 100644 --- a/WeatherServiceWeb/ClientApp/package.json +++ b/WeatherServiceWeb/ClientApp/package.json @@ -25,7 +25,7 @@ "aspnet-prerendering": "^3.0.1", "bootstrap": "^4.3.1", "core-js": "^2.6.5", - "jquery": "3.4.1", + "jquery": "3.5.0", "oidc-client": "^1.9.0", "popper.js": "^1.14.3", "rxjs": "^6.4.0",