From 3280571ecc2b30fc102c557165acc03be17d4227 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 7 Oct 2024 15:54:16 +0200 Subject: [PATCH] Update cookie to v0.7 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b55522..352eb2e 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": "^4.0.0", "set-cookie-parser": "^2.6.0" },