Skip to content

Commit

Permalink
fix(deps): update dependency mongodb to ^5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent 357049c commit 8c30381
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 23 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/easy-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"@thisisagile/easy": "workspace:^",
"mongodb": "^5.6.0"
"mongodb": "^5.8.0"
}
}
50 changes: 28 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,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

"@next/env@npm:13.4.6":
version: 13.4.6
resolution: "@next/env@npm:13.4.6"
Expand Down Expand Up @@ -1623,7 +1632,7 @@ __metadata:
dependencies:
"@thisisagile/easy": "workspace:^"
"@thisisagile/easy-test": "workspace:*"
mongodb: ^5.6.0
mongodb: ^5.8.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3000,10 +3009,10 @@ __metadata:
languageName: node
linkType: hard

"bson@npm:^5.3.0":
version: 5.3.0
resolution: "bson@npm:5.3.0"
checksum: c1e57630fea6b82ad8bc0fb83fd8f16a2620a836ab69f6b9433250cd19704c0c8995681a3bfab9f967eae30512f0c8ee921d42ace4c1781726600c4a367593cf
"bson@npm:^5.4.0":
version: 5.4.0
resolution: "bson@npm:5.4.0"
checksum: 1c07e3d09f139d414bd226bf7f4e9aaa7a726e0c9718c55b53bb23ffa2805cac8b66e4fa46b424c73a35c6e292ed5f7432df5c76ea5d08052642b2ac9e0399e3
languageName: node
linkType: hard

Expand Down Expand Up @@ -7940,29 +7949,35 @@ __metadata:
languageName: node
linkType: hard

"mongodb@npm:^5.6.0":
version: 5.6.0
resolution: "mongodb@npm:5.6.0"
"mongodb@npm:^5.8.0":
version: 5.8.0
resolution: "mongodb@npm:5.8.0"
dependencies:
bson: ^5.3.0
"@mongodb-js/saslprep": ^1.1.0
bson: ^5.4.0
mongodb-connection-string-url: ^2.6.0
saslprep: ^1.0.3
socks: ^2.7.1
peerDependencies:
"@aws-sdk/credential-providers": ^3.201.0
"@aws-sdk/credential-providers": ^3.188.0
"@mongodb-js/zstd": ^1.0.0
kerberos: ^1.0.0 || ^2.0.0
mongodb-client-encryption: ">=2.3.0 <3"
snappy: ^7.2.2
dependenciesMeta:
saslprep:
"@mongodb-js/saslprep":
optional: true
peerDependenciesMeta:
"@aws-sdk/credential-providers":
optional: true
"@mongodb-js/zstd":
optional: true
kerberos:
optional: true
mongodb-client-encryption:
optional: true
snappy:
optional: true
checksum: 5b1594b24795b2a7824095a917ede2fc37aaef31e60320c833ee9b11cc2f3de9dd87d5afacea2e41eb5eb579ac9780f5bc4b0bb11d3b1be78e8bf0014528192a
checksum: 48e552a210f2666a13766a1029bde36e961573317f5972d48b5b99f0035bcdc36d7a4154be4ae68a1aefe0aac2b682395196d5a20a0da14dbd2ebbce39b4f2f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -9801,15 +9816,6 @@ __metadata:
languageName: node
linkType: hard

"saslprep@npm:^1.0.3":
version: 1.0.3
resolution: "saslprep@npm:1.0.3"
dependencies:
sparse-bitfield: ^3.0.3
checksum: 4fdc0b70fb5e523f977de405e12cca111f1f10dd68a0cfae0ca52c1a7919a94d1556598ba2d35f447655c3b32879846c77f9274c90806f6673248ae3cea6ee43
languageName: node
linkType: hard

"sass@npm:^1.62.1":
version: 1.62.1
resolution: "sass@npm:1.62.1"
Expand Down

0 comments on commit 8c30381

Please sign in to comment.