From ea51cd2137e41491384e24da45b0da8794a823f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 May 2025 02:30:18 +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 20676a0..c98f96e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "babel-register": "^6.6.0", "bluebird": "^3.4.1", "body-parser": "^1.12.0", - "bootstrap": "^3.3.4", + "bootstrap": "^4.0.0", "chalk": "^1.0.0", "connect-session-sequelize": "^3.0.0", "cookie-parser": "^1.3.4",