File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 29
29
"pgpass" : " 1.x"
30
30
},
31
31
"devDependencies" : {
32
- "async" : " 0.9.0 " ,
32
+ "async" : " 2.6.4 " ,
33
33
"bluebird" : " 3.5.2" ,
34
34
"co" : " 4.6.0" ,
35
35
"pg-copy-streams" : " 0.3.0"
Original file line number Diff line number Diff line change @@ -1344,16 +1344,18 @@ astral-regex@^1.0.0:
1344
1344
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
1345
1345
integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
1346
1346
1347
- async@0.9.0 :
1348
- version "0.9.0"
1349
- resolved "https://registry.yarnpkg.com/async/-/async-0.9.0.tgz#ac3613b1da9bed1b47510bb4651b8931e47146c7"
1350
- integrity sha1-rDYTsdqb7RtHUQu0ZRuJMeRxRsc=
1351
-
1352
1347
async@1.x :
1353
1348
version "1.5.2"
1354
1349
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
1355
1350
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
1356
1351
1352
+ async@2.6.4 :
1353
+ version "2.6.4"
1354
+ resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
1355
+ integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
1356
+ dependencies :
1357
+ lodash "^4.17.14"
1358
+
1357
1359
asynckit@^0.4.0 :
1358
1360
version "0.4.0"
1359
1361
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
You can’t perform that action at this time.
0 commit comments