diff --git a/NasGrad.Web/ClientApp/package-lock.json b/NasGrad.Web/ClientApp/package-lock.json index 3f12136..0f60a58 100644 --- a/NasGrad.Web/ClientApp/package-lock.json +++ b/NasGrad.Web/ClientApp/package-lock.json @@ -2479,9 +2479,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz", - "integrity": "sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "brace-expansion": { "version": "1.1.8", diff --git a/NasGrad.Web/ClientApp/package.json b/NasGrad.Web/ClientApp/package.json index 26becce..aa57c04 100644 --- a/NasGrad.Web/ClientApp/package.json +++ b/NasGrad.Web/ClientApp/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "bootstrap": "^4.1.1", + "bootstrap": "^4.3.1", "history": "^4.7.2", "jquery": "^3.3.1", "leaflet": "1.3.4",