From fccd3a57b8d0e0e4170ff186cd1c78e2740b9763 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 May 2025 23:28:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-10176066 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 171a37273..95cef365a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "moment-timezone": "^0.4.0" }, "dependencies": { - "bootstrap": "^3.3", + "bootstrap": "^4.0.0", "jquery": "^1.8.3 || ^2.0 || ^3.0", "moment": "^2.10", "moment-timezone": "^0.4.0"