diff --git a/packages/pg/package.json b/packages/pg/package.json index ad46e75b9..9c62f0aa7 100644 --- a/packages/pg/package.json +++ b/packages/pg/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20230404.0", - "async": "2.6.4", + "async": "3.2.5", "bluebird": "3.5.2", "co": "4.6.0", "pg-copy-streams": "0.3.0", diff --git a/yarn.lock b/yarn.lock index 1972cd69e..62731d438 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1726,12 +1726,10 @@ async@1.x: resolved "https://registry.npmjs.org/async/-/async-1.5.2.tgz" integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= -async@2.6.4: - version "2.6.4" - resolved "https://registry.npmjs.org/async/-/async-2.6.4.tgz" - integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA== - dependencies: - lodash "^4.17.14" +async@3.2.5: + version "3.2.5" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66" + integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg== asynckit@^0.4.0: version "0.4.0"