From f3e73acb5f0e11c749a949321e2e9604472a60ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Mar 2024 03:27:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- 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",