From 38d53d50c33f4f9ee9885f6b34c87269a15dc07b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 May 2025 08:19:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-10176066 --- 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",