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"