From 0714b10d41b5ad1d197615c1d1436b3ec82b4f51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 09:01:10 +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 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" },