From ecdcfae4e25a339ca804305d2d93b095c0e75a32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 20:44:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 20676a0..01d5920 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": "^5.0.0", "chalk": "^1.0.0", "connect-session-sequelize": "^3.0.0", "cookie-parser": "^1.3.4",