Skip to content

Commit 4bffe5a

Browse files
committed
deps(mongodb): upgrade to version 5.8.0
1 parent 738c715 commit 4bffe5a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"find-cache-dir": "^3.3.2",
4949
"follow-redirects": "^1.15.2",
5050
"https-proxy-agent": "^7.0.1",
51-
"mongodb": "^5.6.0",
51+
"mongodb": "^5.8.0",
5252
"new-find-package-json": "^2.0.0",
5353
"semver": "^7.5.4",
5454
"tar-stream": "^3.0.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,13 @@
833833
"@jridgewell/resolve-uri" "^3.1.0"
834834
"@jridgewell/sourcemap-codec" "^1.4.14"
835835

836+
"@mongodb-js/saslprep@^1.1.0":
837+
version "1.1.0"
838+
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.0.tgz#022fa36620a7287d17acd05c4aae1e5f390d250d"
839+
integrity sha512-Xfijy7HvfzzqiOAhAepF4SGN5e9leLkMvg/OPOF97XemjfVCYN/oWa75wnkc6mltMSTwY+XlbhWgUOJmkFspSw==
840+
dependencies:
841+
sparse-bitfield "^3.0.3"
842+
836843
"@nodelib/[email protected]":
837844
version "2.1.5"
838845
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -5182,16 +5189,16 @@ mongodb-connection-string-url@^2.6.0:
51825189
"@types/whatwg-url" "^8.2.1"
51835190
whatwg-url "^11.0.0"
51845191

5185-
mongodb@^5.6.0:
5186-
version "5.7.0"
5187-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.7.0.tgz#e16d2fcdfd9f8503ec2d88288392dc3235bb3ecc"
5188-
integrity sha512-zm82Bq33QbqtxDf58fLWBwTjARK3NSvKYjyz997KSy6hpat0prjeX/kxjbPVyZY60XYPDNETaHkHJI2UCzSLuw==
5192+
mongodb@^5.8.0:
5193+
version "5.8.0"
5194+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.8.0.tgz#d45bbbb06170086bbfa3a932dbb42c92fc25270f"
5195+
integrity sha512-xx4CXmxcj3bNe7iGBlhntVrUqrNARYhUZteXaz4epEESv4oXD/FONAovcyoCaEffdYlw25Yz284OxMfpnPLlgQ==
51895196
dependencies:
51905197
bson "^5.4.0"
51915198
mongodb-connection-string-url "^2.6.0"
51925199
socks "^2.7.1"
51935200
optionalDependencies:
5194-
saslprep "^1.0.3"
5201+
"@mongodb-js/saslprep" "^1.1.0"
51955202

51965203
51975204
version "2.1.2"
@@ -6255,13 +6262,6 @@ safe-buffer@~5.2.0:
62556262
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
62566263
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
62576264

6258-
saslprep@^1.0.3:
6259-
version "1.0.3"
6260-
resolved "https://registry.yarnpkg.com/saslprep/-/saslprep-1.0.3.tgz#4c02f946b56cf54297e347ba1093e7acac4cf226"
6261-
integrity sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==
6262-
dependencies:
6263-
sparse-bitfield "^3.0.3"
6264-
62656265
62666266
version "1.2.0"
62676267
resolved "https://registry.yarnpkg.com/semantic-release-replace-plugin/-/semantic-release-replace-plugin-1.2.0.tgz#7b89a5c6276e9036dbf31ab2e1b5b30b9fb33eef"

0 commit comments

Comments
 (0)