Skip to content

Commit a3af26d

Browse files
lholmquistsnyk-bot
andauthored
fix: upgrade body-parser from 2.0.0 to 2.0.1 (#252)
Snyk has created this PR to upgrade body-parser from 2.0.0 to 2.0.1. 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]>
1 parent a140ae7 commit a3af26d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dev": "MONGO_DISABLE_REPLICA_SET=true npm run start"
1414
},
1515
"dependencies": {
16-
"body-parser": "^2.0.0",
16+
"body-parser": "^2.0.1",
1717
"cors": "^2.8.4",
1818
"express": "^4.21.1",
1919
"log4js": "^6.7.0",

0 commit comments

Comments
 (0)