From 6d5ba2df60f8374d61453741f40e8a569084845c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Nov 2024 00:15:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-8310337 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1d6735be..c5a4fefd7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "browser-sync-client": "^2.3.3", - "browser-sync-ui": "0.6.0", + "browser-sync-ui": "1.0.0", "bs-recipes": "1.2.2", "chokidar": "1.6.0", "connect": "3.4.1",