Skip to content

Commit

Permalink
Update body-parser requirement from ~1.18.2 to ~1.19.0
Browse files Browse the repository at this point in the history
Updates the requirements on [body-parser](https://github.com/expressjs/body-parser) to permit the latest version.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.18.2...1.19.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Apr 26, 2019
1 parent 8e5e950 commit c844d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"stylefix": "node node_modules/standard/bin/cmd.js --fix"
},
"dependencies": {
"body-parser": "~1.18.2",
"body-parser": "~1.19.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
Expand Down

0 comments on commit c844d41

Please sign in to comment.