From 07fe99d51481fcbebe5c943283c394caf7d4ccd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 08:14:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-10176066 --- 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",