Skip to content

Commit

Permalink
restrict body-parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed Oct 1, 2024
1 parent 9d08ad7 commit 8f855b5
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 39 deletions.
208 changes: 170 additions & 38 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build/*"
],
"dependencies": {
"body-parser": "^1.19.0",
"body-parser": "~1.19.0",
"express": "^4.17.1",
"fqm-execution": "^1.5.0",
"winston": "^3.3.3"
Expand Down

0 comments on commit 8f855b5

Please sign in to comment.