From 5ba04c3974be0eb37590adf6029daebf97c0df3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 04:02:58 +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 - 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 fab5d46d04..48e126a803 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "prettier": "^1.16.4" }, "dependencies": { - "bootstrap": "^3.4.1", + "bootstrap": "^4.0.0", "font-awesome": "^4.7.0", "jquery": "^3.5.1", "moment": "^2.29.4",