From 6660e4bff07fe5227e82c0fb9f1acac6540d8e35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 10:47:44 +0000 Subject: [PATCH] Bump mongodb from 3.6.0 to 3.6.2 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.0...v3.6.2) 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 5ae6731..7fc8c52 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.2", "nuxt": "^2.14.3", "saslprep": "^1.0.3", "uuid": "^8.3.0" diff --git a/yarn.lock b/yarn.lock index 6c23cb1..e3893a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2551,9 +2551,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" @@ -7023,11 +7023,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.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.2.tgz#1154a4ac107bf1375112d83a29c5cf97704e96b6" dependencies: - bl "^2.2.0" + bl "^2.2.1" bson "^1.1.4" denque "^1.4.1" require_optional "^1.0.1"