From ca3b89dd8236fca8b743c1688cbe4cac4ed5ccde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Aug 2024 00:49:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ddf33a..4700115 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://getberlioz.com", "dependencies": { - "bootstrap": "^4.5.3", + "bootstrap": "^5.0.0", "highlight.js": "^9.18.3", "jquery": "^3.5.1" },