From 86a75291c2c766f7d060cd3088b390f31166cb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:11:46 +0000 Subject: [PATCH] Bump mongodb from 3.6.4 to 3.6.5 in /integration Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.4 to 3.6.5. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/3.6/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.4...v3.6.5) Signed-off-by: dependabot[bot] --- integration/package.json | 2 +- integration/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/package.json b/integration/package.json index b57db244..4605ab71 100644 --- a/integration/package.json +++ b/integration/package.json @@ -5,7 +5,7 @@ "amqplib": "^0.7.0", "dotenv": "^8.2.0", "jest": "^26.6.3", - "mongodb": "^3.6.3", + "mongodb": "^3.6.5", "supertest": "^6.0.1" }, "devDependencies": { diff --git a/integration/yarn.lock b/integration/yarn.lock index d09e6d25..06d2dc63 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -2623,10 +2623,10 @@ mixin-deep@^1.2.0: for-in "^1.0.2" is-extendable "^1.0.1" -mongodb@^3.6.3: - version "3.6.4" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.4.tgz#ca59fd65b06831308262372ef9df6b78f9da97be" - integrity sha512-Y+Ki9iXE9jI+n9bVtbTOOdK0B95d6wVGSucwtBkvQ+HIvVdTCfpVRp01FDC24uhC/Q2WXQ8Lpq3/zwtB5Op9Qw== +mongodb@^3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.5.tgz#c27d786fd4d3c83dc19302483707d12a9d2aee5f" + integrity sha512-mQlYKw1iGbvJJejcPuyTaytq0xxlYbIoVDm2FODR+OHxyEiMR021vc32bTvamgBjCswsD54XIRwhg3yBaWqJjg== dependencies: bl "^2.2.1" bson "^1.1.4"