Skip to content

Commit 9038edc

Browse files
authored
fix: upgrade body-parser from 1.19.0 to 1.19.1 (#690)
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
1 parent e64a91c commit 9038edc

File tree

2 files changed

+73
-70
lines changed

2 files changed

+73
-70
lines changed

examples/3-eov-operations/package-lock.json

+72-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/3-eov-operations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "MIT",
1414
"dependencies": {
15-
"body-parser": "^1.19.0",
15+
"body-parser": "^1.19.1",
1616
"express-openapi-validator": "^4.12.12",
1717
"morgan": "^1.10.0"
1818
},

0 commit comments

Comments
 (0)