From e5e654dc926d4b7056ea0e50bed67654b5203af3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 11:10:02 +0000 Subject: [PATCH] Bump mongodb from 3.6.0 to 3.6.1 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.0 to 3.6.1. - [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.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ae6731..6c0c17d 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.1", "nuxt": "^2.14.3", "saslprep": "^1.0.3", "uuid": "^8.3.0" diff --git a/yarn.lock b/yarn.lock index 6c23cb1..8447bdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7023,9 +7023,9 @@ 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.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.1.tgz#2c5cc2a81456ba183e8c432d80e78732cc72dabd" dependencies: bl "^2.2.0" bson "^1.1.4"