Skip to content

Commit

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

See this package in npm:
https://www.npmjs.com/package/body-parser

See this project in Snyk:
https://app.snyk.io/org/cdimascio/project/0ac9a5bd-9a7f-4c0e-bf8b-51d0bd4c4448?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 19, 2022
1 parent e64a91c commit 9038edc
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 70 deletions.
141 changes: 72 additions & 69 deletions examples/3-eov-operations/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 examples/3-eov-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"body-parser": "^1.19.1",
"express-openapi-validator": "^4.12.12",
"morgan": "^1.10.0"
},
Expand Down

0 comments on commit 9038edc

Please sign in to comment.