From 4af0c066ec4503e96beb4f7d4bd48fbbdc1bba4d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 13 Oct 2016 18:17:24 -0700 Subject: [PATCH] Update async to 2.1.1. --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83405b8ea..3fed999d8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "validate": "npm run style && npm run test" }, "devDependencies": { - "async": "^2.0.1", + "async": "^2.1.1", "benchmark": "^2.1.1", "chalk": "^1.1.3", "codecov.io": "~0.1.6", diff --git a/yarn.lock b/yarn.lock index 94cd2bf4b..a29bd64bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,7 +112,7 @@ async@^1.3.0, async@^1.4.0, async@1.x: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" -async@^2.0.0-rc.6, async@^2.0.1: +async@^2.0.0-rc.6, async@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/async/-/async-2.1.1.tgz#e11b6d10043f2254efb61a21163d840ccddb8d28" dependencies: