From 8f016357afa2789794a44c154ed9fd5054b3cbd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Feb 2023 03:38:16 +0000 Subject: [PATCH] fix: upgrade cookie-parser from 1.3.5 to 1.4.6 Snyk has created this PR to upgrade cookie-parser from 1.3.5 to 1.4.6. See this package in npm: https://www.npmjs.com/package/cookie-parser See this project in Snyk: https://app.snyk.io/org/jangwoo28/project/20bce06f-5b96-4ea4-8348-bbb6e95c2f06?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b0a82b4..847c6e58 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "body-parser": "~1.13.2", - "cookie-parser": "~1.3.5", + "cookie-parser": "~1.4.6", "debug": "~2.2.0", "ejs": "^2.4.2", "ejs-locals": "^1.0.2",