From a860da96a0f2f7272e8103f21eabefb4735b9240 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Thu, 25 Sep 2025 14:19:18 +0800 Subject: [PATCH] depend: add cookie-parser 1.4.7 --- deno.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index 5cb052a..ea4347e 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -8,6 +8,7 @@ "chalk": "npm:chalk@5.4.1", "file-type": "npm:file-type@21.0.0", "express": "npm:express@5.1.0", - "socket.io": "npm:socket.io@4.8.1" + "socket.io": "npm:socket.io@4.8.1", + "cookie-parser": "npm:cookie-parser@1.4.7" } } \ No newline at end of file