From 3c31452b6a5a79373b1b2b0068cd43649610fcb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Aug 2022 19:12:22 +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/silviana-hs/project/924133cf-73fc-4af3-8a86-4f49e8467f35?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",