From 156e07e3d0add515ef144d8a4ad1ed25d81f3a36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 16:49:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8bd291..4a3546b 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.0", "chalk": "^5.0.1", "clean-css": "^5.3.1", "cpx": "^1.5.0",