Skip to content

Commit 96ef334

Browse files
Bump async from 2.6.3 to 3.2.0
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 3.2.0. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9357251 commit 96ef334

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"supervisor": "^0.12.0"
4848
},
4949
"dependencies": {
50-
"async": "^2.6.0",
50+
"async": "^3.2.0",
5151
"axios": "^0.18.1",
5252
"bilibili-api": "^0.0.2",
5353
"bluebird": "^3.5.1",

yarn.lock

+8-10
Original file line numberDiff line numberDiff line change
@@ -525,12 +525,10 @@ async@^1.4.0:
525525
resolved "http://registry.npm.taobao.org/async/download/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
526526
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
527527

528-
async@^2.6.0:
529-
version "2.6.3"
530-
resolved "https://registry.npm.taobao.org/async/download/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
531-
integrity sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=
532-
dependencies:
533-
lodash "^4.17.14"
528+
async@^3.2.0:
529+
version "3.2.0"
530+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
531+
integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
534532

535533
async@~1.0.0:
536534
version "1.0.0"
@@ -1767,10 +1765,10 @@ flatstr@^1.0.12:
17671765
resolved "https://registry.npm.taobao.org/flatstr/download/flatstr-1.0.12.tgz#c2ba6a08173edbb6c9640e3055b95e287ceb5931"
17681766
integrity sha1-wrpqCBc+27bJZA4wVbleKHzrWTE=
17691767

1770-
follow-redirects@^1.2.5:
1768+
follow-redirects@1.5.10, follow-redirects@^1.2.5:
17711769
version "1.5.10"
1772-
resolved "http://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
1773-
integrity sha1-e3qfmuov3/NnhqlP9kPtB/T/Xio=
1770+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
1771+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
17741772
dependencies:
17751773
debug "=3.1.0"
17761774

@@ -2876,7 +2874,7 @@ lodash.templatesettings@^4.0.0:
28762874
dependencies:
28772875
lodash._reinterpolate "^3.0.0"
28782876

2879-
lodash@4.17.15, lodash@^4.17.1, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4:
2877+
lodash@4.17.15, lodash@^4.17.1, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4:
28802878
version "4.17.15"
28812879
resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
28822880
integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=

0 commit comments

Comments
 (0)