From 5fb9106ffa7d940384ca9a4fe3e9d186c5e9c933 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Oct 2024 03:04:25 +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 d31c6db8..d07eff99 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "acorn": "^8.10.0", "astring": "^1.8.6", "chalk": "^5.3.0", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "crypto-js": "^4.2.0", "domhandler": "^5.0.3", "esbuild": "^0.19.0",