From 3a6c97559a32be39b2d9cc63dfdea68063b36da2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 07:21:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580 - 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 a07a794..b039b5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "bootstrap": "^4.6.0", + "bootstrap": "^5.0.0", "font-awesome": "^4.7.0", "normalize.css": "^8.0.1" },