Skip to content

Commit 971dfb7

Browse files
fix(deps): update minor and patch for gatsby-source-mongodb (#27141)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 01846ed commit 971dfb7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/gatsby-source-mongodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@babel/runtime": "^7.11.2",
1414
"lodash.camelcase": "^4.3.0",
1515
"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"
1818
},
1919
"devDependencies": {
2020
"@babel/cli": "^7.11.6",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5793,7 +5793,7 @@ bl@^1.0.0:
57935793
readable-stream "^2.3.5"
57945794
safe-buffer "^5.1.1"
57955795

5796-
bl@^2.2.0:
5796+
bl@^2.2.1:
57975797
version "2.2.1"
57985798
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5"
57995799
integrity sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==
@@ -16613,12 +16613,12 @@ moment@^2.10.6, moment@^2.27.0:
1661316613
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
1661416614
integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==
1661516615

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==
1662016620
dependencies:
16621-
bl "^2.2.0"
16621+
bl "^2.2.1"
1662216622
bson "^1.1.4"
1662316623
denque "^1.4.1"
1662416624
require_optional "^1.0.1"

0 commit comments

Comments
 (0)