From fb8fdacf7c038bd1905155bfc13a5dba40a8a789 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 02:18:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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..fc36241 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "babel-core": "^6.24.0", - "bootstrap": "^3.3.7", + "bootstrap": "^5.0.0", "griddle-react": "^1.0.0", "material-ui": "^0.17.1", "react": "^15.4.2",