From 7d6a9a708381f314ad909a12a2b944064d84bdf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 21:53:37 +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 b9069910..ce279eb7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "antd": "^4.4.3", "axios": "^0.21.1", "axios-auth-refresh": "^3.0.0", - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "classnames": "^2.2.6", "d3": "^3.5.17", "debug": "^3.1.0",