update strong-globalize to 3.1.0 (#1505)

* update strong-globalize to 3.1.0

* update other dependencies
This commit is contained in:
Kyusung Shim 2017-10-17 15:57:00 -04:00 committed by Diana Lau
parent e85e0f600b
commit b926f28c74
1 changed files with 3 additions and 3 deletions

View File

@ -44,15 +44,15 @@
"dependencies": {
"async": "~2.1.4",
"bluebird": "^3.1.1",
"debug": "^2.1.1",
"debug": "^3.1.0",
"depd": "^1.0.0",
"inflection": "^1.6.0",
"lodash": "^4.17.4",
"loopback-connector": "^4.3.0",
"loopback-connector": "^4.4.0",
"minimatch": "^3.0.3",
"qs": "^6.5.0",
"shortid": "^2.2.6",
"strong-globalize": "^2.6.2",
"strong-globalize": "^3.1.0",
"traverse": "^0.6.6",
"uuid": "^3.0.1"
},