From 85eb403b4bf1c8bd9c9705663eb95e3a4c52f72c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 08:35:23 +0000 Subject: [PATCH] fix: project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/package.json b/project/package.json index dd18161b..84e50806 100644 --- a/project/package.json +++ b/project/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "admin-lte": "^3.1.0", - "bootstrap": "^3.3.7", + "bootstrap": "^5.0.0", "datatables": "^1.10.13", "font-awesome": "^4.7.0", "ionicons": "^3.0.0",