Skip to content

Commit

Permalink
chore(deps): bump mongodb from 6.3.0 to 6.5.0
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.3.0 to 6.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v6.3.0...v6.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent 54047dd commit d257f10
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 22 deletions.
69 changes: 57 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"expo": "~50.0.15",
"expo-dev-client": "~2.4.13",
"expo-status-bar": "~1.6.0",
"mongodb": "^6.3.0",
"mongodb": "^6.5.0",
"mongoose": "^8.2.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2097,10 +2097,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@mongodb-js/saslprep@^1.1.0":
version "1.1.4"
resolved "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.4.tgz"
integrity sha512-8zJ8N1x51xo9hwPh6AWnKdLGEC5N3lDa6kms1YHmFBoRhTpJR6HG8wWk0td1MVCu9cD4YBrvjZEtd5Obw0Fbnw==
"@mongodb-js/saslprep@^1.1.0", "@mongodb-js/saslprep@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.5.tgz#0c48a96c8d799e81fae311b7251aa5c1dc7c6e95"
integrity sha512-XLNOMH66KhJzUJNwT/qlMnS4WsNDWD5ASdyaSH3EtK+F4r/CFGa3jT4GNi4mfOitGvWXtdLgQJkQjxSVrio+jA==
dependencies:
sparse-bitfield "^3.0.3"

Expand Down Expand Up @@ -3501,10 +3501,10 @@ bser@2.1.1:
dependencies:
node-int64 "^0.4.0"

bson@^6.2.0:
version "6.2.0"
resolved "https://registry.npmjs.org/bson/-/bson-6.2.0.tgz"
integrity sha512-ID1cI+7bazPDyL9wYy9GaQ8gEEohWvcUl/Yf0dIdutJxnmInEEyCsb4awy/OiBfall7zBA179Pahi3vCdFze3Q==
bson@^6.2.0, bson@^6.4.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.6.0.tgz#f225137eb49fe19bee4d87949a0515c05176e2ad"
integrity sha512-BVINv2SgcMjL4oYbBuCQTpE3/VKOSxrOA8Cj/wQP7izSzlBGVomdm+TcUd0Pzy0ytLSSDweCKQ6X3f5veM5LQA==

buffer-alloc-unsafe@^1.1.0:
version "1.1.0"
Expand Down Expand Up @@ -7113,7 +7113,7 @@ mongodb-connection-string-url@^3.0.0:
"@types/whatwg-url" "^11.0.2"
whatwg-url "^13.0.0"

mongodb@6.3.0, mongodb@^6.3.0:
mongodb@6.3.0:
version "6.3.0"
resolved "https://registry.npmjs.org/mongodb/-/mongodb-6.3.0.tgz"
integrity sha512-tt0KuGjGtLUhLoU263+xvQmPHEGTw5LbcNC73EoFRYgSHwZt5tsoJC110hDyO1kjQzpgNrpdcSza9PknWN4LrA==
Expand All @@ -7122,6 +7122,15 @@ mongodb@6.3.0, mongodb@^6.3.0:
bson "^6.2.0"
mongodb-connection-string-url "^3.0.0"

mongodb@^6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.5.0.tgz#3735b4fba085b26ca06f7744e9639bc538e93d87"
integrity sha512-Fozq68InT+JKABGLqctgtb8P56pRrJFkbhW0ux+x1mdHeyinor8oNzJqwLjV/t5X5nJGfTlluxfyMnOXNggIUA==
dependencies:
"@mongodb-js/saslprep" "^1.1.5"
bson "^6.4.0"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.2.0.tgz#dac98f1a5bfefad8656a0bb085789a2dc079631c"
Expand Down

0 comments on commit d257f10

Please sign in to comment.