diff --git a/billboard/src/main/resources/webroot/package-lock.json b/billboard/src/main/resources/webroot/package-lock.json index 244da2b..2a9baec 100644 --- a/billboard/src/main/resources/webroot/package-lock.json +++ b/billboard/src/main/resources/webroot/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "bootstrap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", - "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", + "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" }, "datatables.net": { "version": "1.10.19", diff --git a/billboard/src/main/resources/webroot/package.json b/billboard/src/main/resources/webroot/package.json index 665903c..967a392 100644 --- a/billboard/src/main/resources/webroot/package.json +++ b/billboard/src/main/resources/webroot/package.json @@ -8,7 +8,7 @@ "description": "Red Hat Coderland Reactica Demo", "homepage": "https://github.com/reactica", "dependencies": { - "bootstrap": "4.3.1", + "bootstrap": "4.4.1", "datatables.net": "1.10.19", "datatables.net-bs4": "1.10.19", "jquery": "3.3.1",