Skip to content

Commit 40736f8

Browse files
authored
fix: upgrade body-parser from 1.19.0 to 1.19.1 (#689)
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/53639b22-8ff0-4bd5-97c3-ae30b20a20f4?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 9038edc commit 40736f8

File tree

2 files changed

+73
-70
lines changed

2 files changed

+73
-70
lines changed

examples/2-standard-multiple-api-specs/package-lock.json

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

examples/2-standard-multiple-api-specs/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)