Skip to content

Commit

Permalink
fix: upgrade body-parser from 2.0.1 to 2.0.2 (#180)
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/skanda-bt/project/84a9cabd-114f-4c40-8a01-606a0862453e?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
skanda890 and snyk-bot authored Feb 13, 2025
1 parent 72c3132 commit 676a108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 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.1",
"body-parser": "^2.0.2",
"compile-run": "^2.3.4",
"express": "^5.0.1"
},
Expand Down

0 comments on commit 676a108

Please sign in to comment.