From 1a462f99e38de72b799ef944ec435d5495ca6e09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jan 2020 04:58:51 +0000 Subject: [PATCH] fix: upgrade bootstrap from 4.3.1 to 4.4.1 Snyk has created this PR to upgrade bootstrap from 4.3.1 to 4.4.1. See this package in NPM: https://www.npmjs.com/package/bootstrap See this project in Snyk: https://app.snyk.io/org/anyulled/project/5b3ee8c3-c772-47ca-8c95-a59d388884f4?utm_source=github&utm_medium=upgrade-pr --- billboard/src/main/resources/webroot/package-lock.json | 6 +++--- billboard/src/main/resources/webroot/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",