From 51195d145df8bc9afe53b6aa1618bcc12c7f88f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 10:47:42 +0000 Subject: [PATCH] fix: upgrade bootstrap from 5.1.3 to 5.3.7 Snyk has created this PR to upgrade bootstrap from 5.1.3 to 5.3.7. See this package in npm: bootstrap See this project in Snyk: https://app.snyk.io/org/wambugucoder/project/4ad982c5-88ce-4f1c-98fc-b63137218714?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 27ca78fc..9d28fe59 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "@testing-library/react": "^10.0.0", "@testing-library/user-event": "^7.2.1", "axios": "0.21.1", - "bootstrap": "5.1.3", + "bootstrap": "5.3.7", "bootstrap-sass": "^3.4.1", "font-awesome": "^4.7.0", "jquery": "^3.6.0",