File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
packages/gatsby-source-mongodb Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
"@babel/runtime" : " ^7.11.2" ,
14
14
"lodash.camelcase" : " ^4.3.0" ,
15
15
"lodash.isstring" : " ^4.0.1" ,
16
- "mongodb" : " ^3.5.9 " ,
17
- "query-string" : " ^6.13.1 "
16
+ "mongodb" : " ^3.6.2 " ,
17
+ "query-string" : " ^6.13.3 "
18
18
},
19
19
"devDependencies" : {
20
20
"@babel/cli" : " ^7.11.6" ,
Original file line number Diff line number Diff line change @@ -5793,7 +5793,7 @@ bl@^1.0.0:
5793
5793
readable-stream "^2.3.5"
5794
5794
safe-buffer "^5.1.1"
5795
5795
5796
- bl@^2.2.0 :
5796
+ bl@^2.2.1 :
5797
5797
version "2.2.1"
5798
5798
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5"
5799
5799
integrity sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==
@@ -16613,12 +16613,12 @@ moment@^2.10.6, moment@^2.27.0:
16613
16613
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
16614
16614
integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==
16615
16615
16616
- mongodb@^3.5.9 :
16617
- version "3.5.9 "
16618
- resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.9 .tgz#799b72be8110b7e71a882bb7ce0d84d05429f772 "
16619
- integrity sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug ==
16616
+ mongodb@^3.6.2 :
16617
+ version "3.6.2 "
16618
+ resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.2 .tgz#1154a4ac107bf1375112d83a29c5cf97704e96b6 "
16619
+ integrity sha512-sSZOb04w3HcnrrXC82NEh/YGCmBuRgR+C1hZgmmv4L6dBz4BkRse6Y8/q/neXer9i95fKUBbFi4KgeceXmbsOA ==
16620
16620
dependencies:
16621
- bl "^2.2.0 "
16621
+ bl "^2.2.1 "
16622
16622
bson "^1.1.4"
16623
16623
denque "^1.4.1"
16624
16624
require_optional "^1.0.1"
You can’t perform that action at this time.
0 commit comments