Skip to content

Commit

Permalink
feat: upgrade body-parser from 1.20.3 to 2.0.0 (#244)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade body-parser from 1.20.3 to 2.0.0.

See this package in npm:
body-parser

See this project in Snyk:
https://app.snyk.io/org/nodeshift-agg/project/0865fbfa-c5be-44cc-ab70-e2f03f8f4eb1?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
lholmquist and snyk-bot authored Oct 1, 2024
1 parent 3c67daa commit d832fb6
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 19 deletions.
110 changes: 92 additions & 18 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "MONGO_DISABLE_REPLICA_SET=true npm run start"
},
"dependencies": {
"body-parser": "^1.20.3",
"body-parser": "^2.0.0",
"cors": "^2.8.4",
"express": "^4.21.0",
"log4js": "^6.7.0",
Expand Down

0 comments on commit d832fb6

Please sign in to comment.