Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Update mongodb to version 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Oct 27, 2023
1 parent a3cf093 commit eb1cc59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/mongodb-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@neuledge/store": "^0.2.2",
"mongodb": "^6.1.0",
"mongodb": "^6.2.0",
"p-limit": "^3.1.0"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,7 @@ bser@2.1.1:
dependencies:
node-int64 "^0.4.0"

bson@^6.1.0:
bson@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.2.0.tgz#4b6acafc266ba18eeee111373c2699304a9ba0a3"
integrity sha512-ID1cI+7bazPDyL9wYy9GaQ8gEEohWvcUl/Yf0dIdutJxnmInEEyCsb4awy/OiBfall7zBA179Pahi3vCdFze3Q==
Expand Down Expand Up @@ -5907,13 +5907,13 @@ mongodb-connection-string-url@^2.6.0:
"@types/whatwg-url" "^8.2.1"
whatwg-url "^11.0.0"

mongodb@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.1.0.tgz#5144bee74d50746f7b0ed68dbb974f31e1b40900"
integrity sha512-AvzNY0zMkpothZ5mJAaIo2bGDjlJQqqAbn9fvtVgwIIUPEfdrqGxqNjjbuKyrgQxg2EvCmfWdjq+4uj96c0YPw==
mongodb@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.2.0.tgz#2c9dcb3eeaf528ed850e94b3df392de6c6b0d7ab"
integrity sha512-d7OSuGjGWDZ5usZPqfvb36laQ9CPhnWkAGHT61x5P95p/8nMVeH8asloMwW6GcYFeB0Vj4CB/1wOTDG2RA9BFA==
dependencies:
"@mongodb-js/saslprep" "^1.1.0"
bson "^6.1.0"
bson "^6.2.0"
mongodb-connection-string-url "^2.6.0"

mqemitter@^5.0.0:
Expand Down

0 comments on commit eb1cc59

Please sign in to comment.