Skip to content

Commit

Permalink
Merge pull request #2085 from ideafast/dependabot/npm_and_yarn/mongod…
Browse files Browse the repository at this point in the history
…b-5.8.0

chore(deps): bump mongodb from 5.6.0 to 5.8.0
  • Loading branch information
fguitton authored Aug 31, 2023
2 parents b5a46ea + 29b40d7 commit f4bcc17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"jsonwebtoken": "9.0.1",
"jstat": "1.9.6",
"minio": "7.1.1",
"mongodb": "5.6.0",
"mongodb": "5.8.0",
"nodemailer": "6.9.3",
"passport": "0.6.0",
"path-browserify": "1.0.1",
Expand Down
21 changes: 7 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5500,7 +5500,7 @@ bson@^4.7.2:
dependencies:
buffer "^5.6.0"

bson@^5.3.0:
bson@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-5.4.0.tgz#0eea77276d490953ad8616b483298dbff07384c6"
integrity sha512-WRZ5SQI5GfUuKnPTNmAYPiKIof3ORXAF4IRU5UcgmivNIon01rWQlw5RUH954dpu8yGL8T59YShVddIPaU/gFA==
Expand Down Expand Up @@ -9962,16 +9962,16 @@ [email protected]:
mongodb-memory-server-core "8.15.1"
tslib "^2.6.1"

mongodb@5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.6.0.tgz#caff5278341bfc0f1ef6f394bb403d207de03d1e"
integrity sha512-z8qVs9NfobHJm6uzK56XBZF8XwM9H294iRnB7wNjF0SnY93si5HPziIJn+qqvUR5QOff/4L0gCD6SShdR/GtVQ==
mongodb@5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.8.0.tgz#d45bbbb06170086bbfa3a932dbb42c92fc25270f"
integrity sha512-xx4CXmxcj3bNe7iGBlhntVrUqrNARYhUZteXaz4epEESv4oXD/FONAovcyoCaEffdYlw25Yz284OxMfpnPLlgQ==
dependencies:
bson "^5.3.0"
bson "^5.4.0"
mongodb-connection-string-url "^2.6.0"
socks "^2.7.1"
optionalDependencies:
saslprep "^1.0.3"
"@mongodb-js/saslprep" "^1.1.0"

mongodb@^4.16.0:
version "4.17.0"
Expand Down Expand Up @@ -11871,13 +11871,6 @@ [email protected]:
dependencies:
truncate-utf8-bytes "^1.0.0"

saslprep@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/saslprep/-/saslprep-1.0.3.tgz#4c02f946b56cf54297e347ba1093e7acac4cf226"
integrity sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==
dependencies:
sparse-bitfield "^3.0.3"

sass-loader@^12.2.0:
version "12.6.0"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb"
Expand Down

0 comments on commit f4bcc17

Please sign in to comment.