Skip to content

Commit 8f02889

Browse files
chore(deps): update dependency mongodb to v6.17.0 (#2842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 641565c commit 8f02889

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"json-bigint-patch": "0.0.8",
8383
"lint-staged": "16.1.0",
8484
"mockdate": "3.0.5",
85-
"mongodb": "6.16.0",
85+
"mongodb": "6.17.0",
8686
"prettier": "3.5.3",
8787
"semver": "7.7.2",
8888
"ts-jest": "29.3.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,10 +2164,10 @@ [email protected]:
21642164
dependencies:
21652165
node-int64 "^0.4.0"
21662166

2167-
bson@^6.10.3:
2168-
version "6.10.3"
2169-
resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.3.tgz#5f9a463af6b83e264bedd08b236d1356a30eda47"
2170-
integrity sha512-MTxGsqgYTwfshYWTRdmZRC+M7FnG1b4y7RO7p2k3X24Wq0yv1m77Wsj0BzlPzd/IowgESfsruQCUToa7vbOpPQ==
2167+
bson@^6.10.4:
2168+
version "6.10.4"
2169+
resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.4.tgz#d530733bb5bb16fb25c162e01a3344fab332fd2b"
2170+
integrity sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng==
21712171

21722172
buffer-from@^1.0.0:
21732173
version "1.1.2"
@@ -4318,13 +4318,13 @@ mongodb-connection-string-url@^3.0.0:
43184318
"@types/whatwg-url" "^11.0.2"
43194319
whatwg-url "^14.1.0 || ^13.0.0"
43204320

4321-
mongodb@*, mongodb@6.16.0:
4322-
version "6.16.0"
4323-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.16.0.tgz#2a7a1986ec151d9c738fc8ce4cf4324c3f728a2f"
4324-
integrity sha512-D1PNcdT0y4Grhou5Zi/qgipZOYeWrhLEpk33n3nm6LGtz61jvO88WlrWCK/bigMjpnOdAUKKQwsGIl0NtWMyYw==
4321+
mongodb@*, mongodb@6.17.0:
4322+
version "6.17.0"
4323+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.17.0.tgz#b52da4e3cdf62299e55c51584cb5657283157594"
4324+
integrity sha512-neerUzg/8U26cgruLysKEjJvoNSXhyID3RvzvdcpsIi2COYM3FS3o9nlH7fxFtefTb942dX3W9i37oPfCVj4wA==
43254325
dependencies:
43264326
"@mongodb-js/saslprep" "^1.1.9"
4327-
bson "^6.10.3"
4327+
bson "^6.10.4"
43284328
mongodb-connection-string-url "^3.0.0"
43294329

43304330
mri@^1.2.0:

0 commit comments

Comments
 (0)