From 49f9fd0a84bd4f96b64fe3ffe3caf9f93d24d949 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 16:45:24 +0000 Subject: [PATCH] Bump mongodb from 3.6.0 to 3.6.4 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.0 to 3.6.4. - [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.4) 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..36dd142 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.4", "nuxt": "^2.14.3", "saslprep": "^1.0.3", "uuid": "^8.3.0" diff --git a/yarn.lock b/yarn.lock index 4423e63..7126954 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.4: + version "3.6.4" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.4.tgz#ca59fd65b06831308262372ef9df6b78f9da97be" dependencies: - bl "^2.2.0" + bl "^2.2.1" bson "^1.1.4" denque "^1.4.1" require_optional "^1.0.1"