Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
  • Loading branch information
snyk-bot committed Nov 13, 2024
commit 0e8e247776d84661184327ee28bc57e5dc71b2d0
2 changes: 1 addition & 1 deletion samples/adobe-auth-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down