From 425f86aa71e40531b50d19c9cd2651da03b0d6e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Nov 2024 01:51:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62fac3c1d8..595e1e5c62 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "Apache Version 2.0", "dependencies": { "baconjs": "^0.7.70", - "browser-sync": "^2.8.0", + "browser-sync": "^3.0.0", "browserify": "^10.2.4", "cheerio": "^0.17.0", "classnames": "^2.1.2",