From cb68674883cee8c0012af073873c624464e6daaf Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 7 Oct 2024 16:29:16 +0200 Subject: [PATCH] Update cookie to v0.7 (#301) 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" },