From 0e8e247776d84661184327ee28bc57e5dc71b2d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 03:14:21 +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/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..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",