From ed0838bba84630329b70da80096fd9690cfdf9cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 22:30:57 +0000 Subject: [PATCH] fix: upgrade body-parser from 1.18.2 to 1.20.3 Snyk has created this PR to upgrade body-parser from 1.18.2 to 1.20.3. See this package in npm: body-parser 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..174a411b 100644 --- a/samples/adobe-auth-node/package.json +++ b/samples/adobe-auth-node/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.18.2", + "body-parser": "^1.20.3", "express": "^4.16.3", "express-session": "^1.15.6", "jade": "^1.11.0",