From b779bafcccedcdaa5b7060036800c129951aaf5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 09:35:35 +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 e8bd291..835597d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/preset-env": "^7.18.10", "ansi-styles": "^6.1.0", "autoprefixer": "^10.4.8", - "browser-sync": "^2.27.10", + "browser-sync": "^3.0.3", "chalk": "^5.0.1", "clean-css": "^5.3.1", "cpx": "^1.5.0",