From 32bb0d50322b9beeeccb2028b7950a229a0a0c32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 10:28:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d32b8fe0..65bee75b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@material-ui/icons": "^4.11.2", "axios": "^0.25.0", "babel-core": "^6.26.3", - "bootstrap": "^4.5.0", + "bootstrap": "^5.0.0", "classnames": "^2.2.6", "d3-dsv": "^1.2.0", "d3-fetch": "^1.2.0",