From 6ce98eb85356980cd29b8684f26d631336642db0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 09:12:31 +0000 Subject: [PATCH] chore(deps): bump mongodb from 3.5.9 to 3.6.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.5.9 to 3.6.0. - [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.5.9...v3.6.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 78d9e59..e14059f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@babel/polyfill": "^7.10.4", "bluebird": "^3.5.1", "bunyan": "^1.8.14", - "mongodb": "^3.5.9", + "mongodb": "^3.6.0", "strava-v3": "^2.0.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5f5d04b..4c7ca04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4060,10 +4060,10 @@ moment@^2.19.3: resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== -mongodb@^3.5.9: - version "3.5.9" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.9.tgz#799b72be8110b7e71a882bb7ce0d84d05429f772" - integrity sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug== +mongodb@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.0.tgz#babd7172ec717e2ed3f85e079b3f1aa29dce4724" + integrity sha512-/XWWub1mHZVoqEsUppE0GV7u9kanLvHxho6EvBxQbShXTKYF9trhZC2NzbulRGeG7xMJHD8IOWRcdKx5LPjAjQ== dependencies: bl "^2.2.0" bson "^1.1.4"