From 5ff00f063309faf9f7574c79fd562b17219fd2c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 04:10:10 +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 1f69bec567b..bf465ac57cc 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "angularjs-rzslider": "^0.1.4", "body-parser": "^1.17.1", "bootstrap": "3.3.5", - "browser-sync": "^1.3.7", + "browser-sync": "^2.12.1", "c3": "^0.4.14", "compression": "^1.4.6", "cookie-parser": "^1.4.3", - "del": "^2.2.2", + "del": "^8.0.0", "dotenv": "^4.0.0", "event-stream": "^3.3.1", "express": "^4.12.3",