From 8a542877bfb299999258036bd0e73787029071d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 15:53:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18d6ab3571c..b90ab48d305 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "homepage": "https://github.com/driftyco/ionic-site", "dependencies": { "body-parser": "^1.12.4", - "browser-sync": "^1.3.7", + "browser-sync": "^2.12.1", "compression": "^1.4.6", "cookie-parser": "^1.4.3", - "del": "^2.2.2", + "del": "^8.0.0", "event-stream": "^3.3.1", "express": "^4.12.3", "express-ab": "^0.7.0",