From 8c1e90c1b28d67d569317fe2b7e2983f376e048c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 03:14:11 +0000 Subject: [PATCH] fix: upgrade express from 4.16.3 to 4.21.1 Snyk has created this PR to upgrade express from 4.16.3 to 4.21.1. See this package in npm: express See this project in Snyk: https://app.snyk.io/org/devarmenchik1408/project/8a3a9736-bf85-4c8c-91e4-63ef28e9e68b?utm_source=github&utm_medium=referral&page=upgrade-pr --- samples/adobe-auth-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/adobe-auth-node/package.json b/samples/adobe-auth-node/package.json index 539f1d8f..9b993a77 100644 --- a/samples/adobe-auth-node/package.json +++ b/samples/adobe-auth-node/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "body-parser": "^1.18.2", - "express": "^4.16.3", + "express": "^4.21.1", "express-session": "^1.15.6", "jade": "^1.11.0", "request": "^2.85.0",