Skip to content

Commit 2cbd1e2

Browse files
fix(deps): update dependency mongodb to ^3.7.4 for gatsby-source-mongodb (#38294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 635919f commit 2cbd1e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-source-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/runtime": "^7.20.13",
1414
"lodash.camelcase": "^4.3.0",
1515
"lodash.isstring": "^4.0.1",
16-
"mongodb": "^3.7.3",
16+
"mongodb": "^3.7.4",
1717
"query-string": "^6.14.1"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16993,10 +16993,10 @@ moment@^2.29.4:
1699316993
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
1699416994
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
1699516995

16996-
mongodb@^3.7.3:
16997-
version "3.7.3"
16998-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.7.3.tgz#b7949cfd0adc4cc7d32d3f2034214d4475f175a5"
16999-
integrity sha512-Psm+g3/wHXhjBEktkxXsFMZvd3nemI0r3IPsE0bU+4//PnvNWKkzhZcEsbPcYiWqe8XqXJJEg4Tgtr7Raw67Yw==
16996+
mongodb@^3.7.4:
16997+
version "3.7.4"
16998+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.7.4.tgz#119530d826361c3e12ac409b769796d6977037a4"
16999+
integrity sha512-K5q8aBqEXMwWdVNh94UQTwZ6BejVbFhh1uB6c5FKtPE9eUMZPUO3sRZdgIEcHSrAWmxzpG/FeODDKL388sqRmw==
1700017000
dependencies:
1700117001
bl "^2.2.1"
1700217002
bson "^1.1.4"

0 commit comments

Comments
 (0)