Skip to content

Commit

Permalink
fix: upgrade body-parser from 2.0.1 to 2.0.2 (#280)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade body-parser from 2.0.1 to 2.0.2.

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 <snyk-bot@snyk.io>
  • Loading branch information
lholmquist and snyk-bot authored Feb 13, 2025
1 parent 26ea6cb commit 8725f4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 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": "^2.0.1",
"body-parser": "^2.0.2",
"cors": "^2.8.4",
"express": "^4.21.2",
"log4js": "^6.7.0",
Expand Down

0 comments on commit 8725f4f

Please sign in to comment.