From b8c47c7379b0ca101efeaf2e0e5a5f258ef7a9c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jun 2023 16:54:07 +0000 Subject: [PATCH] fix: upgrade cookie-signature from 1.0.6 to 1.2.1 Snyk has created this PR to upgrade cookie-signature from 1.0.6 to 1.2.1. See this package in npm: https://www.npmjs.com/package/cookie-signature See this project in Snyk: https://app.snyk.io/org/test13bisson/project/e9db4c7b-a5c9-4fd0-8a82-ab14d2d8311d?utm_source=github&utm_medium=referral&page=upgrade-pr --- hello-app/node_modules/express/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-app/node_modules/express/package.json b/hello-app/node_modules/express/package.json index 0996637d..8c818ba2 100644 --- a/hello-app/node_modules/express/package.json +++ b/hello-app/node_modules/express/package.json @@ -34,7 +34,7 @@ "content-disposition": "0.5.4", "content-type": "~1.0.4", "cookie": "0.5.0", - "cookie-signature": "1.0.6", + "cookie-signature": "1.2.1", "debug": "2.6.9", "depd": "2.0.0", "encodeurl": "~1.0.2",