From 59a2281fa94077597d406997c669794241458bda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 22:30:52 +0000 Subject: [PATCH] fix: upgrade express from 4.16.3 to 4.21.2 Snyk has created this PR to upgrade express from 4.16.3 to 4.21.2. See this package in npm: express See this project in Snyk: https://app.snyk.io/org/jo-cKUBfNRLkZCvpmVCwbntkk/project/76c1ede0-041c-49f7-adbd-4397367abaae?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..72a7e99f 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.2", "express-session": "^1.15.6", "jade": "^1.11.0", "request": "^2.85.0",