From fb12280340cda7508dfa91928b35249d53f9593c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:31:21 -0500 Subject: [PATCH] Bump bluebird from 3.4.1 to 3.7.2 (#3303) Bumps [bluebird](https://github.com/petkaantonov/bluebird) from 3.4.1 to 3.7.2. - [Release notes](https://github.com/petkaantonov/bluebird/releases) - [Commits](https://github.com/petkaantonov/bluebird/compare/v3.4.1...v3.7.2) --- updated-dependencies: - dependency-name: bluebird dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/pg-pool/package.json | 2 +- packages/pg/package.json | 2 +- yarn.lock | 12 +----------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/packages/pg-pool/package.json b/packages/pg-pool/package.json index b97992df6..3c4971720 100644 --- a/packages/pg-pool/package.json +++ b/packages/pg-pool/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/brianc/node-pg-pool#readme", "devDependencies": { - "bluebird": "3.4.1", + "bluebird": "3.7.2", "co": "4.6.0", "expect.js": "0.3.1", "lodash": "^4.17.11", diff --git a/packages/pg/package.json b/packages/pg/package.json index 43784cb5d..71ae7f76e 100644 --- a/packages/pg/package.json +++ b/packages/pg/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20230404.0", "async": "2.6.4", - "bluebird": "3.5.2", + "bluebird": "3.7.2", "co": "4.6.0", "pg-copy-streams": "0.3.0", "typescript": "^4.0.3", diff --git a/yarn.lock b/yarn.lock index ed3d1cb24..7de0108bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1823,17 +1823,7 @@ blake3-wasm@^2.1.5: resolved "https://registry.npmjs.org/blake3-wasm/-/blake3-wasm-2.1.5.tgz" integrity sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g== -bluebird@3.4.1: - version "3.4.1" - resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.4.1.tgz" - integrity sha1-tzHd9I4t077awudeEhWhG8uR+gc= - -bluebird@3.5.2: - version "3.5.2" - resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz" - integrity sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg== - -bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5: +bluebird@3.7.2, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5: version "3.7.2" resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==