diff options
| author | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2017-03-01 22:15:37 +0000 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-02 07:20:35 +0900 |
| commit | cebf6e9686b1e8a8121dba22e67e732cfb709255 (patch) | |
| tree | d31688f261692cdc9c4f269dbce1482a59160685 | |
| parent | [API] Fix bug (diff) | |
| download | sharkey-cebf6e9686b1e8a8121dba22e67e732cfb709255.tar.gz sharkey-cebf6e9686b1e8a8121dba22e67e732cfb709255.tar.bz2 sharkey-cebf6e9686b1e8a8121dba22e67e732cfb709255.zip | |
fix(package): update body-parser to version 1.17.0
https://greenkeeper.io/
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 276436b725..c04e9022ce 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "babel-preset-es2015": "6.22.0", "babel-preset-stage-3": "6.22.0", "bcryptjs": "2.4.3", - "body-parser": "1.16.1", + "body-parser": "1.17.0", "chai": "3.5.0", "chai-http": "3.0.0", "chalk": "1.1.3", |