From fb4b560f9f661ef3821dc7669bd4168aa467f250 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 04:13:09 +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 eeee40e..c39e128 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "browser-hrtime": "^1.1.8", "bson-objectid": "^2.0.4", "convert-hrtime": "3.0.0", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "credit-card-type": "^9.1.0", "debug": "^4.3.4", "fast-safe-stringify": "^2.1.1",