From 7b902fa22f0baf8c6f70ab3fbe7166ae608103b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 03:45:27 +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 1f560b7..b4a332a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "bootbox": "^4.4.0", - "bootstrap": "^3.3.5", + "bootstrap": "^5.0.0", "compare-version": "^0.1.2", "electron-prebuilt": "^0.34.1", "font-awesome": "^4.4.0",