From 41a3748adf3418ffa3b877597372d279aa069542 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Oct 2024 18:07:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b238cf064..cc4934cd9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "debug": "2.3.3", "engine.io-parser": "2.0.1", "ws": "2.2.0", - "cookie": "0.3.1" + "cookie": "0.7.0" }, "devDependencies": { "babel-eslint": "5.0.0",