From 0adf82276dcde952d6a18bba1a3776f1545be9e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Nov 2024 03:40:15 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index c8d4ed751..cda4d9f80 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "@sentry/vue": "^7.119.2", "@vimeo/player": "^2.16.1", "animate.css": "^4.1.1", - "bootstrap": "^4.5.3", + "bootstrap": "^5.0.0", "bootstrap-vue": "^2.21.2", "calendar-link": "^2.0.8", "colyseus.js": "^0.14.12",