Merge pull request #1804 from strongloop/update-deps

Update strong-globalize and async to their latest versions
This commit is contained in:
Miroslav Bajtoš 2019-12-03 16:13:52 +01:00 committed by GitHub
commit 2f867576b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
"typescript": "^3.2.2"
},
"dependencies": {
"async": "^2.6.0",
"async": "^3.1.0",
"debug": "^4.1.0",
"depd": "^2.0.0",
"inflection": "^1.6.0",
@ -57,7 +57,7 @@
"minimatch": "^3.0.3",
"qs": "^6.5.0",
"shortid": "^2.2.6",
"strong-globalize": "^4.1.1",
"strong-globalize": "^5.0.2",
"traverse": "^0.6.6",
"uuid": "^3.0.1"
},