Update async to 2.1.2.

This commit is contained in:
John-David Dalton
2016-10-19 08:35:58 -07:00
parent 26ee0c5c2a
commit 2d21faf68a
2 changed files with 8 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
"validate": "npm run style && npm run test" "validate": "npm run style && npm run test"
}, },
"devDependencies": { "devDependencies": {
"async": "^2.1.1", "async": "^2.1.2",
"benchmark": "^2.1.1", "benchmark": "^2.1.1",
"chalk": "^1.1.3", "chalk": "^1.1.3",
"codecov.io": "~0.1.6", "codecov.io": "~0.1.6",

View File

@@ -112,12 +112,18 @@ async@^1.3.0, async@^1.4.0, async@1.x:
version "1.5.2" version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
async@^2.0.0-rc.6, async@^2.1.1: async@^2.0.0-rc.6:
version "2.1.1" version "2.1.1"
resolved "https://registry.yarnpkg.com/async/-/async-2.1.1.tgz#e11b6d10043f2254efb61a21163d840ccddb8d28" resolved "https://registry.yarnpkg.com/async/-/async-2.1.1.tgz#e11b6d10043f2254efb61a21163d840ccddb8d28"
dependencies: dependencies:
lodash "^4.14.0" lodash "^4.14.0"
async@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/async/-/async-2.1.2.tgz#612a4ab45ef42a70cde806bad86ee6db047e8385"
dependencies:
lodash "^4.14.0"
async@~0.2.6, async@~0.2.9, async@0.2.x: async@~0.2.6, async@~0.2.9, async@0.2.x:
version "0.2.10" version "0.2.10"
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1" resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"