From c0293843d8e19574bc70590801127cc5c5a3f704 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 21:46:04 +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 9952a28789..5c8ef595b8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/react-dom": "^16.0.5", "antd": "^3.26.17", "axios": "^0.19.0", - "bootstrap": "^3.3.7", + "bootstrap": "^5.0.0", "brace": "^0.11.0", "classnames": "^2.2.6", "d3": "^3.5.17",