From 7fa671fd28c624ca4b036bbf63fb7c48623c4100 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 7 Oct 2024 15:59:32 +0200 Subject: [PATCH] Bumped cookie to v0.7 [5.x] Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17f3955..711700e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "commonjs", "types": "types/index.d.ts", "dependencies": { - "cookie": "^0.6.0", + "cookie": "^0.7.0", "process-warning": "^3.0.0", "set-cookie-parser": "^2.4.1" },