Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 9890403

Browse files
committed
fix(deps): update dependency async to v3.1.1
1 parent c05c162 commit 9890403

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
@@ -36,7 +36,7 @@
3636
"npm": ">=4.0.0"
3737
},
3838
"dependencies": {
39-
"async": "3.1.0",
39+
"async": "3.1.1",
4040
"axios": "0.19.0",
4141
"axios-retry": "3.1.2",
4242
"emoji-strip": "1.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -828,10 +828,10 @@ async-limiter@~1.0.0:
828828
version "1.0.0"
829829
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
830830

831-
832-
version "3.1.0"
833-
resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772"
834-
integrity sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==
831+
832+
version "3.1.1"
833+
resolved "https://registry.yarnpkg.com/async/-/async-3.1.1.tgz#dd3542db03de837979c9ebbca64ca01b06dc98df"
834+
integrity sha512-X5Dj8hK1pJNC2Wzo2Rcp9FBVdJMGRR/S7V+lH46s8GVFhtbo5O4Le5GECCF/8PISVdkUA6mMPvgz7qTTD1rf1g==
835835

836836
async@^2.6.1:
837837
version "2.6.1"

0 commit comments

Comments
 (0)