From 798c52ee2ff44af2f531f4aa26543449237185ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 04:19:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c59d08b5..07358057 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "basic-auth-connect": "1.0.0", - "browser-sync": "^2.10.0", + "browser-sync": "^3.0.3", "consolidate": "0.x", "express": "4.13.3", "express-nunjucks": "^0.9.5",