diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json index 269ebf2..eee7722 100644 --- a/node_modules/body-parser/package.json +++ b/node_modules/body-parser/package.json @@ -9,15 +9,15 @@ "license": "MIT", "repository": "expressjs/body-parser", "dependencies": { - "bytes": "3.1.0", + "bytes": "3.1.2", "content-type": "~1.0.4", "debug": "2.6.9", "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", + "http-errors": "1.8.1", + "iconv-lite": "0.6.3", + "on-finished": "~2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", "type-is": "~1.6.17" }, "devDependencies": {