Skip to content

Commit 1335fab

Browse files
chore(deps): bump mongodb from 3.5.9 to 3.6.3
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.5.9 to 3.6.3. - [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](mongodb/node-mongodb-native@v3.5.9...v3.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6bdbf63 commit 1335fab

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@babel/polyfill": "^7.10.4",
1212
"bluebird": "^3.5.1",
1313
"bunyan": "^1.8.14",
14-
"mongodb": "^3.5.9",
14+
"mongodb": "^3.6.3",
1515
"strava-v3": "^2.0.5"
1616
},
1717
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ binary-extensions@^2.0.0:
17081708
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
17091709
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
17101710

1711-
bl@^2.2.0:
1711+
bl@^2.2.1:
17121712
version "2.2.1"
17131713
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5"
17141714
integrity sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==
@@ -4100,12 +4100,12 @@ moment@^2.19.3:
41004100
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
41014101
integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==
41024102

4103-
mongodb@^3.5.9:
4104-
version "3.5.9"
4105-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.9.tgz#799b72be8110b7e71a882bb7ce0d84d05429f772"
4106-
integrity sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug==
4103+
mongodb@^3.6.3:
4104+
version "3.6.3"
4105+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.3.tgz#eddaed0cc3598474d7a15f0f2a5b04848489fd05"
4106+
integrity sha512-rOZuR0QkodZiM+UbQE5kDsJykBqWi0CL4Ec2i1nrGrUI3KO11r6Fbxskqmq3JK2NH7aW4dcccBuUujAP0ERl5w==
41074107
dependencies:
4108-
bl "^2.2.0"
4108+
bl "^2.2.1"
41094109
bson "^1.1.4"
41104110
denque "^1.4.1"
41114111
require_optional "^1.0.1"

0 commit comments

Comments
 (0)