Skip to content

Commit 4c1ccc9

Browse files
committed
deps(mongodb): upgrade to version 5.9.2
1 parent 8ad7372 commit 4c1ccc9

File tree

2 files changed

+38
-25
lines changed

2 files changed

+38
-25
lines changed

packages/mongodb-memory-server-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"find-cache-dir": "^3.3.2",
5050
"follow-redirects": "^1.15.6",
5151
"https-proxy-agent": "^7.0.4",
52-
"mongodb": "^5.9.1",
52+
"mongodb": "^5.9.2",
5353
"new-find-package-json": "^2.0.0",
5454
"semver": "^7.6.2",
5555
"tar-stream": "^3.1.7",

yarn.lock

+37-24
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,9 @@
782782
"@jridgewell/sourcemap-codec" "^1.4.14"
783783

784784
"@mongodb-js/saslprep@^1.1.0":
785-
version "1.1.0"
786-
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.0.tgz#022fa36620a7287d17acd05c4aae1e5f390d250d"
787-
integrity sha512-Xfijy7HvfzzqiOAhAepF4SGN5e9leLkMvg/OPOF97XemjfVCYN/oWa75wnkc6mltMSTwY+XlbhWgUOJmkFspSw==
785+
version "1.1.7"
786+
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.7.tgz#d1700facfd6916c50c2c88fd6d48d363a56c702f"
787+
integrity sha512-dCHW/oEX0KJ4NjDULBo3JiOaK5+6axtpBbS+ao2ZInoAL9/YRQLhXzSNAFz7hP4nzLkIqsfYAK/PDE3+XHny0Q==
788788
dependencies:
789789
sparse-bitfield "^3.0.3"
790790

@@ -987,9 +987,9 @@
987987
integrity sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==
988988

989989
"@types/node@*":
990-
version "20.8.9"
991-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08"
992-
integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==
990+
version "20.14.8"
991+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.8.tgz#45c26a2a5de26c3534a9504530ddb3b27ce031ac"
992+
integrity sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==
993993
dependencies:
994994
undici-types "~5.26.4"
995995

@@ -1036,9 +1036,9 @@
10361036
integrity sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==
10371037

10381038
"@types/webidl-conversions@*":
1039-
version "7.0.2"
1040-
resolved "https://registry.yarnpkg.com/@types/webidl-conversions/-/webidl-conversions-7.0.2.tgz#d703e2bf61d8b77a7669adcd8fdf98108155d594"
1041-
integrity sha512-uNv6b/uGRLlCVmelat2rA8bcVd3k/42mV2EmjhPh6JLkd35T5bgwR/t6xy7a9MWhd9sixIeBUzhBenvk3NO+DQ==
1039+
version "7.0.3"
1040+
resolved "https://registry.yarnpkg.com/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz#1306dbfa53768bcbcfc95a1c8cde367975581859"
1041+
integrity sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==
10421042

10431043
"@types/whatwg-url@^8.2.1":
10441044
version "8.2.2"
@@ -2470,10 +2470,13 @@ ini@^1.3.4:
24702470
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
24712471
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
24722472

2473-
ip@^2.0.0:
2474-
version "2.0.1"
2475-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
2476-
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
2473+
ip-address@^9.0.5:
2474+
version "9.0.5"
2475+
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a"
2476+
integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==
2477+
dependencies:
2478+
jsbn "1.1.0"
2479+
sprintf-js "^1.1.3"
24772480

24782481
is-alphabetical@^1.0.0:
24792482
version "1.0.4"
@@ -3029,6 +3032,11 @@ js-yaml@^4.1.0:
30293032
dependencies:
30303033
argparse "^2.0.1"
30313034

3035+
3036+
version "1.1.0"
3037+
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"
3038+
integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==
3039+
30323040
jsesc@^2.5.1:
30333041
version "2.5.2"
30343042
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
@@ -3574,10 +3582,10 @@ mongodb-connection-string-url@^2.6.0:
35743582
"@types/whatwg-url" "^8.2.1"
35753583
whatwg-url "^11.0.0"
35763584

3577-
mongodb@^5.9.1:
3578-
version "5.9.1"
3579-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.9.1.tgz#da03ea253b0972bf8097301fa5f65e34acad18fa"
3580-
integrity sha512-NBGA8AfJxGPeB12F73xXwozt8ZpeIPmCUeWRwl9xejozTXFes/3zaep9zhzs1B/nKKsw4P3I4iPfXl3K7s6g+Q==
3585+
mongodb@^5.9.2:
3586+
version "5.9.2"
3587+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.9.2.tgz#39a73b9fbc87ac9d9c1aaf8aab5c5bb69e2b913e"
3588+
integrity sha512-H60HecKO4Bc+7dhOv4sJlgvenK4fQNqqUIlXxZYQNbfEWSALGAwGoyJd/0Qwk4TttFXUOHJ2ZJQe/52ScaUwtQ==
35813589
dependencies:
35823590
bson "^5.5.0"
35833591
mongodb-connection-string-url "^2.6.0"
@@ -3868,9 +3876,9 @@ prompts@^2.0.1:
38683876
sisteransi "^1.0.5"
38693877

38703878
punycode@^2.1.0, punycode@^2.1.1:
3871-
version "2.3.0"
3872-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
3873-
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
3879+
version "2.3.1"
3880+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
3881+
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
38743882

38753883
pure-rand@^6.0.0:
38763884
version "6.0.4"
@@ -4164,11 +4172,11 @@ smart-buffer@^4.2.0:
41644172
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
41654173

41664174
socks@^2.7.1:
4167-
version "2.7.1"
4168-
resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55"
4169-
integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==
4175+
version "2.8.3"
4176+
resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.3.tgz#1ebd0f09c52ba95a09750afe3f3f9f724a800cb5"
4177+
integrity sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==
41704178
dependencies:
4171-
ip "^2.0.0"
4179+
ip-address "^9.0.5"
41724180
smart-buffer "^4.2.0"
41734181

41744182
@@ -4224,6 +4232,11 @@ split2@^3.0.0, split2@^3.2.2:
42244232
dependencies:
42254233
readable-stream "^3.0.0"
42264234

4235+
sprintf-js@^1.1.3:
4236+
version "1.1.3"
4237+
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a"
4238+
integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==
4239+
42274240
sprintf-js@~1.0.2:
42284241
version "1.0.3"
42294242
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"

0 commit comments

Comments
 (0)