Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mongodb from 4.13.0 to 4.17.1 #146

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 20 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,15 @@ __metadata:
languageName: node
linkType: hard

"@mongodb-js/saslprep@npm:^1.1.0":
version: 1.1.0
resolution: "@mongodb-js/saslprep@npm:1.1.0"
dependencies:
sparse-bitfield: ^3.0.3
checksum: 1479a43e216734672f8eb1a2a55165b6896841bd00fb5bd645390a24374ef6c29f0f6d19a43618a19b8f1912fcbd2b2cc2210a62361103d1f28dce6852cf31d4
languageName: node
linkType: hard

"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
Expand Down Expand Up @@ -3136,12 +3145,12 @@ __metadata:
languageName: node
linkType: hard

"bson@npm:^4.7.0":
version: 4.7.0
resolution: "bson@npm:4.7.0"
"bson@npm:^4.7.2":
version: 4.7.2
resolution: "bson@npm:4.7.2"
dependencies:
buffer: ^5.6.0
checksum: 83e7b64afdad5a505073a7e6206e7b345f59e7888fbcb1948fba72b6101a1baf58b7499314f8e24b650567665f7973eda048aabbb1ddcfbadfba7d6c6b0f5e83
checksum: f357d12c5679c8eb029a62e410ad40fb862b7b91f0fc12a3399fb3668e14aecaa63205ffeeee48735a01d393171743607dcd527eb8c058b6f2bd294079ee4125
languageName: node
linkType: hard

Expand Down Expand Up @@ -6646,16 +6655,6 @@ __metadata:
languageName: node
linkType: hard

"mongodb-connection-string-url@npm:^2.5.4":
version: 2.5.4
resolution: "mongodb-connection-string-url@npm:2.5.4"
dependencies:
"@types/whatwg-url": ^8.2.1
whatwg-url: ^11.0.0
checksum: 9f431826b229488808e4a8a9e6bdde0162be3e6d5cad40867b69b2199ce009f568b67dc1bf587a43367904d8184f1c68689f7ea6574ed40b396726abde9485e1
languageName: node
linkType: hard

"mongodb-connection-string-url@npm:^2.6.0":
version: 2.6.0
resolution: "mongodb-connection-string-url@npm:2.6.0"
Expand Down Expand Up @@ -6725,20 +6724,20 @@ __metadata:
linkType: hard

"mongodb@npm:^4.13.0":
version: 4.13.0
resolution: "mongodb@npm:4.13.0"
version: 4.17.1
resolution: "mongodb@npm:4.17.1"
dependencies:
"@aws-sdk/credential-providers": ^3.186.0
bson: ^4.7.0
mongodb-connection-string-url: ^2.5.4
saslprep: ^1.0.3
"@mongodb-js/saslprep": ^1.1.0
bson: ^4.7.2
mongodb-connection-string-url: ^2.6.0
socks: ^2.7.1
dependenciesMeta:
"@aws-sdk/credential-providers":
optional: true
saslprep:
"@mongodb-js/saslprep":
optional: true
checksum: 4c30eed40f639ac64069623cf7a4954e98eab81b91d61df90e7813dd2a745259cdc698f3b60bd7f37c123242b7eb0aaae6ee4e29ff2e48f5d13f187931d51f36
checksum: e7f280570d0f23d60c308b2a484ed55762ec8e523946c0de1a0b3b398f24efcf1916a745e5407f32cd1c105b2f19d8ac75474c92f73cdf651affe3430a963f54
languageName: node
linkType: hard

Expand Down
Loading