From 16f1f061489fdf76c011814c6ee1dd8f8694931f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 May 2025 23:33:34 +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",