From e4397d09812aff2448358435fb4b2b3976941dbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 01:58:30 +0000 Subject: [PATCH] fix: install/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 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a838a18..2aa6dfa 100644 --- a/install/package.json +++ b/install/package.json @@ -40,7 +40,7 @@ "benchpressjs": "2.4.3", "body-parser": "1.20.1", "bootbox": "5.5.3", - "bootstrap": "3.4.1", + "bootstrap": "4.0.0", "chalk": "4.1.2", "chart.js": "2.9.4", "cli-graph": "3.2.2",