Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 577e4c1

Browse files
chore(deps): bump async from 1.5.2 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v1.5.2...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff6c0c3 commit 577e4c1

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"ajv": "^6.4.0",
2626
"archiver": "^2.1.0",
27-
"async": "1.5.2",
27+
"async": "2.6.4",
2828
"aws-sdk": "^2.169.0",
2929
"chalk": "^1.1.3",
3030
"extend": ">=3.0.2",

yarn.lock

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,12 @@ array-uniq@^1.0.1:
109109
version "1.0.3"
110110
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
111111

112-
113-
version "1.5.2"
114-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
115-
116-
async@^2.0.0:
117-
version "2.6.1"
118-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
112+
[email protected], async@^2.0.0, async@^2.6.1:
113+
version "2.6.4"
114+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
115+
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
119116
dependencies:
120-
lodash "^4.17.10"
121-
122-
async@^2.6.1:
123-
version "2.6.2"
124-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
125-
dependencies:
126-
lodash "^4.17.11"
117+
lodash "^4.17.14"
127118

128119
asynckit@^0.4.0:
129120
version "0.4.0"
@@ -1107,7 +1098,7 @@ lodash@^3.6.0:
11071098
version "3.10.1"
11081099
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
11091100

1110-
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.8.0:
1101+
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.8.0:
11111102
version "4.17.21"
11121103
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
11131104
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)