From ab4edb8eeaf21b34204785d2723d5785ca94b2e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 11:12:35 +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 6861ea9..caa18ad 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "async": "^2.0.0", "body-parser": "^1.15.2", - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "config": "^1.21.0", "cookie-parser": "^1.4.3", "express": "^4.14.0",