From 627b46ab7e932c9c0d0dc74259066b31394b7ce8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jul 2024 06:51:42 +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 66dcf9b..6333ab2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "dependencies": { - "bootstrap": "^3.3.6", + "bootstrap": "^4.0.0", "dc": "^2.0.0-beta.30", "jquery": "^2.2.4" },