Skip to content

Commit

Permalink
Merge pull request #704 from satishbabariya/dependabot/npm_and_yarn/m…
Browse files Browse the repository at this point in the history
…ongodb-6.2.0

Bump mongodb from 6.1.0 to 6.2.0
  • Loading branch information
satishbabariya authored Oct 27, 2023
2 parents ef0d1d8 + c7e3054 commit d6e6983
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"helmet": "^7.0.0",
"joi": "^17.6.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.1.0",
"mongodb": "^6.2.0",
"reflect-metadata": "^0.1.13",
"typedi": "^0.10.0",
"typeorm": "^0.3.10",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1986,10 +1986,10 @@ bson@^4.7.2:
dependencies:
buffer "^5.6.0"

bson@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.1.0.tgz#ea7c98b90540e1632173da6b1f70187827e6ae8c"
integrity sha512-yiQ3KxvpVoRpx1oD1uPz4Jit9tAVTJgjdmjDKtUErkOoL9VNoF8Dd58qtAOL5E40exx2jvAT9sqdRSK/r+SHlA==
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==

[email protected]:
version "1.0.1"
Expand Down Expand Up @@ -3679,13 +3679,13 @@ mongodb@^4.11.0:
"@aws-sdk/credential-providers" "^3.186.0"
"@mongodb-js/saslprep" "^1.1.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"

[email protected]:
Expand Down

0 comments on commit d6e6983

Please sign in to comment.