Skip to content

Commit bcde145

Browse files
Update async to v3.2.3 (#154)
1 parent b6c03f1 commit bcde145

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"webpack"
3939
],
4040
"dependencies": {
41-
"async": "^3.2.0",
41+
"async": "^3.2.3",
4242
"chalk": "^4.1.0",
4343
"glob": "^7.1.6",
4444
"loader-utils": "^2.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,10 +1572,10 @@ async-each@^1.0.1:
15721572
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
15731573
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
15741574

1575-
async@^3.2.0:
1576-
version "3.2.0"
1577-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
1578-
integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
1575+
async@^3.2.3:
1576+
version "3.2.3"
1577+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
1578+
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
15791579

15801580
asynckit@^0.4.0:
15811581
version "0.4.0"

0 commit comments

Comments
 (0)