From ea7b2d19304e21697325a79f030c8de99db5a2de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 19:19:19 +0000 Subject: [PATCH] chore(deps): bump mongodb from 3.5.9 to 3.6.1 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.5.9 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.5.9...v3.6.1) 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..6a6cb1a 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.1", "strava-v3": "^2.0.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5f5d04b..7eaa2e6 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.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.1.tgz#2c5cc2a81456ba183e8c432d80e78732cc72dabd" + integrity sha512-uH76Zzr5wPptnjEKJRQnwTsomtFOU/kQEU8a9hKHr2M7y9qVk7Q4Pkv0EQVp88742z9+RwvsdTw6dRjDZCNu1g== dependencies: bl "^2.2.0" bson "^1.1.4"