From f0f3c97bd8c45b162bf1530477c899e9727ad29d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Mar 2024 03:18:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18d6ab3571c..d98908ef365 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/driftyco/ionic-site", "dependencies": { "body-parser": "^1.12.4", - "browser-sync": "^1.3.7", + "browser-sync": "^2.26.9", "compression": "^1.4.6", "cookie-parser": "^1.4.3", "del": "^2.2.2",