Skip to content

Commit bade57c

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

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
@@ -12,7 +12,7 @@
1212
"bunyan": "^1.8.14",
1313
"core-js": "^3.6.5",
1414
"moment": "^2.27.0",
15-
"mongodb": "^3.5.9",
15+
"mongodb": "^3.6.2",
1616
"regenerator-runtime": "^0.13.6"
1717
},
1818
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ binary-extensions@^1.0.0:
17961796
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
17971797
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
17981798

1799-
bl@^2.2.0:
1799+
bl@^2.2.1:
18001800
version "2.2.1"
18011801
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5"
18021802
integrity sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==
@@ -4416,12 +4416,12 @@ moment@^2.19.3, moment@^2.27.0:
44164416
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
44174417
integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==
44184418

4419-
mongodb@^3.5.9:
4420-
version "3.5.9"
4421-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.9.tgz#799b72be8110b7e71a882bb7ce0d84d05429f772"
4422-
integrity sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug==
4419+
mongodb@^3.6.2:
4420+
version "3.6.2"
4421+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.2.tgz#1154a4ac107bf1375112d83a29c5cf97704e96b6"
4422+
integrity sha512-sSZOb04w3HcnrrXC82NEh/YGCmBuRgR+C1hZgmmv4L6dBz4BkRse6Y8/q/neXer9i95fKUBbFi4KgeceXmbsOA==
44234423
dependencies:
4424-
bl "^2.2.0"
4424+
bl "^2.2.1"
44254425
bson "^1.1.4"
44264426
denque "^1.4.1"
44274427
require_optional "^1.0.1"

0 commit comments

Comments
 (0)