Skip to content

Commit 37ca0ef

Browse files
Bump async from 2.6.4 to 3.2.4
Bumps [async](https://github.com/caolan/async) from 2.6.4 to 3.2.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v2.6.4...v3.2.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b67366 commit 37ca0ef

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"zeromq": "^5.0.0"
103103
},
104104
"devDependencies": {
105-
"async": "^2.0.1",
105+
"async": "^3.2.4",
106106
"bower": "^1.8.8",
107107
"chai": "^3.4.1",
108108
"css-loader": "^0.28.11",

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,12 +740,16 @@ async@^1.4.2, async@^1.5.0, async@^1.5.2:
740740
resolved "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
741741
integrity "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w== sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w=="
742742

743-
async@^2.0.0, async@^2.0.1, async@^2.1.2, async@^2.5.0, async@^2.6.2, async@~2.6.0:
743+
async@^2.0.0, async@^2.1.2, async@^2.5.0, async@^2.6.2, async@~2.6.0:
744744
version "2.6.4"
745745
resolved "https://registry.npmjs.org/async/-/async-2.6.4.tgz"
746746
dependencies:
747747
lodash "^4.17.14"
748748

749+
async@^3.2.4:
750+
version "3.2.4"
751+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
752+
749753
async@~0.2.7, async@~0.2.9:
750754
version "0.2.10"
751755
resolved "https://registry.npmjs.org/async/-/async-0.2.10.tgz"

0 commit comments

Comments
 (0)