From 911eefa3f5127f03f553c2f6c1ae0d6d0cdded09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 18:06:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307a500..49bb1e9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "basic-auth": "^1.0.3", "basic-auth-connect": "^1.0.0", "body-parser": "^1.14.1", - "browser-sync": "^2.14.0", + "browser-sync": "^3.0.0", "consolidate": "0.x", "express": "4.13.3", "express-nunjucks": "^0.9.3",