Skip to content

Commit

Permalink
fix: upgrade body-parser from 2.0.0 to 2.0.1 (#153)
Browse files Browse the repository at this point in the history
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/skanda890/project/09a0f87d-42dc-4121-9ccc-dee76074766d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
skanda890 and snyk-bot authored Nov 1, 2024
1 parent 9f6cf8d commit c883a20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 65 deletions.
68 changes: 4 additions & 64 deletions code-compiler/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 code-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"body-parser": "^2.0.0",
"body-parser": "^2.0.1",
"compile-run": "^2.3.4",
"express": "^5.0.1"
},
Expand Down

0 comments on commit c883a20

Please sign in to comment.