Update a dependency in the package.json (#339)

Since `mz` has already bumped for several times without
breaking change, it's better to follow the updates.

```console
$ npm outdated
Package  Current  Wanted  Latest  Location
mz         2.1.0   2.1.0   2.7.0  fission-nodejs-runtime
```

Fixes: https://github.com/fission/fission/issues/167
This commit is contained in:
Daijiro Wachi
2017-09-21 05:55:45 -07:00
committed by Soam Vasani
parent c63a427ca3
commit dc1ffa859d
+5 -5
View File
@@ -13,12 +13,12 @@
"node": ">=7.6.0"
},
"dependencies": {
"body-parser": "",
"body-parser": "*",
"co": "~4.6.0",
"express": "",
"minimist": "",
"morgan": "",
"mz": "~2.1.0",
"express": "*",
"minimist": "*",
"morgan": "*",
"mz": "~2.7.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.3",
"underscore": ">=1.8.3"