From debdc3090011e42ca964d7a7a03ea888b2cf9aa0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 05:09:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59a0e8c..dbf3b1e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "babel-core": "^6.24.0", - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "griddle-react": "^1.0.0", "material-ui": "^0.17.1", "react": "^15.4.2",