From 6fc48b8f6c2f60fb2052637b049e8e10587d1ffc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 08:36:04 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-10176066 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 5581a1f..70e3739 100644 --- a/www/package.json +++ b/www/package.json @@ -10,6 +10,6 @@ "license": "UNLICENSED", "dependencies": { "angular": "^1.6.1", - "bootstrap": "^3.3.7" + "bootstrap": "^4.0.0" } }