Skip to content

Commit 1e7e9dc

Browse files
chore(deps): update dependency mongodb to v7
1 parent 73f3037 commit 1e7e9dc

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"json-bigint-patch": "0.0.8",
8181
"lint-staged": "16.2.6",
8282
"mockdate": "3.0.5",
83-
"mongodb": "6.20.0",
83+
"mongodb": "7.0.0",
8484
"prettier": "3.6.2",
8585
"semver": "7.7.3",
8686
"ts-jest": "29.4.5",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,10 +1806,10 @@
18061806
resolved "https://registry.yarnpkg.com/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz#1306dbfa53768bcbcfc95a1c8cde367975581859"
18071807
integrity sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==
18081808

1809-
"@types/whatwg-url@^11.0.2":
1810-
version "11.0.5"
1811-
resolved "https://registry.yarnpkg.com/@types/whatwg-url/-/whatwg-url-11.0.5.tgz#aaa2546e60f0c99209ca13360c32c78caf2c409f"
1812-
integrity sha512-coYR071JRaHa+xoEvvYqvnIHaVqaYrLPbsufM9BF63HkwI5Lgmy2QR8Q5K/lYDYo5AK82wOvSOS0UsLTpTG7uQ==
1809+
"@types/whatwg-url@^13.0.0":
1810+
version "13.0.0"
1811+
resolved "https://registry.yarnpkg.com/@types/whatwg-url/-/whatwg-url-13.0.0.tgz#2b11e32772fd321c0dedf4d655953ea8ce587b2a"
1812+
integrity sha512-N8WXpbE6Wgri7KUSvrmQcqrMllKZ9uxkYWMt+mCSGwNc0Hsw9VQTW7ApqI4XNrx6/SaM2QQJCzMPDEXE058s+Q==
18131813
dependencies:
18141814
"@types/webidl-conversions" "*"
18151815

@@ -2368,10 +2368,10 @@ [email protected]:
23682368
dependencies:
23692369
node-int64 "^0.4.0"
23702370

2371-
bson@^6.10.4:
2372-
version "6.10.4"
2373-
resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.4.tgz#d530733bb5bb16fb25c162e01a3344fab332fd2b"
2374-
integrity sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng==
2371+
bson@^7.0.0:
2372+
version "7.0.0"
2373+
resolved "https://registry.yarnpkg.com/bson/-/bson-7.0.0.tgz#2ee7ac8296d61739a8d3d1799724a10d9f8afa8d"
2374+
integrity sha512-Kwc6Wh4lQ5OmkqqKhYGKIuELXl+EPYSCObVE6bWsp1T/cGkOCBN0I8wF/T44BiuhHyNi1mmKVPXk60d41xZ7kw==
23752375

23762376
buffer-from@^1.0.0:
23772377
version "1.1.2"
@@ -4490,22 +4490,22 @@ [email protected]:
44904490
resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-3.0.5.tgz#789be686deb3149e7df2b663d2bc4392bc3284fb"
44914491
integrity sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==
44924492

4493-
mongodb-connection-string-url@^3.0.2:
4494-
version "3.0.2"
4495-
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.2.tgz#e223089dfa0a5fa9bf505f8aedcbc67b077b33e7"
4496-
integrity sha512-rMO7CGo/9BFwyZABcKAWL8UJwH/Kc2x0g72uhDWzG48URRax5TCIcJ7Rc3RZqffZzO/Gwff/jyKwCU9TN8gehA==
4493+
mongodb-connection-string-url@^7.0.0:
4494+
version "7.0.0"
4495+
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.0.tgz#aad7291d191c52e3b5e2765eb9d218b6efcad655"
4496+
integrity sha512-irhhjRVLE20hbkRl4zpAYLnDMM+zIZnp0IDB9akAFFUZp/3XdOfwwddc7y6cNvF2WCEtfTYRwYbIfYa2kVY0og==
44974497
dependencies:
4498-
"@types/whatwg-url" "^11.0.2"
4499-
whatwg-url "^14.1.0 || ^13.0.0"
4498+
"@types/whatwg-url" "^13.0.0"
4499+
whatwg-url "^14.1.0"
45004500

4501-
mongodb@*, mongodb@6.20.0:
4502-
version "6.20.0"
4503-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.20.0.tgz#5212dcf512719385287aa4574265352eefb01d8e"
4504-
integrity sha512-Tl6MEIU3K4Rq3TSHd+sZQqRBoGlFsOgNrH5ltAcFBV62Re3Fd+FcaVf8uSEQFOJ51SDowDVttBTONMfoYWrWlQ==
4501+
mongodb@*, mongodb@7.0.0:
4502+
version "7.0.0"
4503+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-7.0.0.tgz#33b381dc9fdca208a38ea03340d57244c776573f"
4504+
integrity sha512-vG/A5cQrvGGvZm2mTnCSz1LUcbOPl83hfB6bxULKQ8oFZauyox/2xbZOoGNl+64m8VBrETkdGCDBdOsCr3F3jg==
45054505
dependencies:
45064506
"@mongodb-js/saslprep" "^1.3.0"
4507-
bson "^6.10.4"
4508-
mongodb-connection-string-url "^3.0.2"
4507+
bson "^7.0.0"
4508+
mongodb-connection-string-url "^7.0.0"
45094509

45104510
mri@^1.2.0:
45114511
version "1.2.0"
@@ -5692,7 +5692,7 @@ webidl-conversions@^7.0.0:
56925692
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
56935693
integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
56945694

5695-
"whatwg-url@^14.1.0 || ^13.0.0":
5695+
whatwg-url@^14.1.0:
56965696
version "14.2.0"
56975697
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.2.0.tgz#4ee02d5d725155dae004f6ae95c73e7ef5d95663"
56985698
integrity sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==

0 commit comments

Comments
 (0)