Update body-parser to the latest version 🚀 (#16)
* fix(package): update body-parser to version 1.19.0 * chore(package): update lockfile package-lock.json * Update dependencies
This commit is contained in:
parent
06b8847cd8
commit
dc72b779ca
2 changed files with 355 additions and 321 deletions
670
package-lock.json
generated
670
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,17 +8,17 @@
|
|||
"test": "jshint src/ app.js --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "~1.18.3",
|
||||
"body-parser": "~1.19.0",
|
||||
"cookie-parser": "^1.4.4",
|
||||
"cors": "^2.8.5",
|
||||
"csrf": "^3.0.6",
|
||||
"csrf": "^3.1.0",
|
||||
"date-fns": "^2.0.0-alpha.27",
|
||||
"debug": "^4.1.1",
|
||||
"express": "~4.16.4",
|
||||
"express-subdomain": "^1.0.5",
|
||||
"lodash": "latest",
|
||||
"md5": "^2.2.1",
|
||||
"moment-timezone": "^0.5.23",
|
||||
"moment-timezone": "^0.5.25",
|
||||
"morgan": "~1.9.1",
|
||||
"node-sass-middleware": "^0.11.0",
|
||||
"pug": "^2.0.3",
|
||||
|
|
Loading…
Reference in a new issue