From 1cdc0086cbd187adfadf66a8c9e0004f2b6ea35a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:27:17 +0000 Subject: [PATCH] Bump mongodb from 3.6.0 to 3.6.5 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.0 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.0...v3.6.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f040e9f..8650cfe 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "express-fingerprint": "^1.2.2", "markdown-it": "^11.0.0", "markdown-it-highlightjs": "^3.2.0", - "mongodb": "^3.6.0", + "mongodb": "^3.6.5", "nuxt": "^2.14.3", "saslprep": "^1.0.3", "uuid": "^8.3.0" diff --git a/yarn.lock b/yarn.lock index 4423e63..7b178e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2568,9 +2568,9 @@ bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -bl@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.0.tgz#e1a574cdf528e4053019bb800b041c0ac88da493" +bl@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5" dependencies: readable-stream "^2.3.5" safe-buffer "^5.1.1" @@ -7040,11 +7040,11 @@ mkdirp@~1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" -mongodb@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.0.tgz#babd7172ec717e2ed3f85e079b3f1aa29dce4724" +mongodb@^3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.5.tgz#c27d786fd4d3c83dc19302483707d12a9d2aee5f" dependencies: - bl "^2.2.0" + bl "^2.2.1" bson "^1.1.4" denque "^1.4.1" require_optional "^1.0.1"