Skip to content

Commit b812ec1

Browse files
Bump async from 0.9.0 to 2.6.4 (brianc#2736)
Bumps [async](https://github.com/caolan/async) from 0.9.0 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@0.9.0...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b4d97b commit b812ec1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

packages/pg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"pgpass": "1.x"
3030
},
3131
"devDependencies": {
32-
"async": "0.9.0",
32+
"async": "2.6.4",
3333
"bluebird": "3.5.2",
3434
"co": "4.6.0",
3535
"pg-copy-streams": "0.3.0"

yarn.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -1344,16 +1344,18 @@ astral-regex@^1.0.0:
13441344
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
13451345
integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
13461346

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-
13521347
async@1.x:
13531348
version "1.5.2"
13541349
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
13551350
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
13561351

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+
13571359
asynckit@^0.4.0:
13581360
version "0.4.0"
13591361
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

0 commit comments

Comments
 (0)