chore(deps): update dependency mongodb to v5.7.0

This commit is contained in:
renovate[bot]
2023-07-08 19:38:22 +00:00
parent c5c02ce8a9
commit 96dbd9ac86
2 changed files with 14 additions and 8 deletions
+13 -7
View File
@@ -1248,8 +1248,8 @@ importers:
specifier: 4.17.21
version: 4.17.21
mongodb:
specifier: 5.6.0
version: 5.6.0
specifier: 5.7.0
version: 5.7.0
tools/ui-components:
dependencies:
@@ -14298,8 +14298,8 @@ packages:
buffer: 5.7.1
dev: false
/bson@5.3.0:
resolution: {integrity: sha512-ukmCZMneMlaC5ebPHXIkP8YJzNl5DC41N5MAIvKDqLggdao342t4McltoJBQfQya/nHBWAcSsYRqlXPoQkTJag==}
/bson@5.4.0:
resolution: {integrity: sha512-WRZ5SQI5GfUuKnPTNmAYPiKIof3ORXAF4IRU5UcgmivNIon01rWQlw5RUH954dpu8yGL8T59YShVddIPaU/gFA==}
engines: {node: '>=14.20.1'}
dev: true
@@ -25255,22 +25255,28 @@ packages:
- aws-crt
dev: false
/mongodb@5.6.0:
resolution: {integrity: sha512-z8qVs9NfobHJm6uzK56XBZF8XwM9H294iRnB7wNjF0SnY93si5HPziIJn+qqvUR5QOff/4L0gCD6SShdR/GtVQ==}
/mongodb@5.7.0:
resolution: {integrity: sha512-zm82Bq33QbqtxDf58fLWBwTjARK3NSvKYjyz997KSy6hpat0prjeX/kxjbPVyZY60XYPDNETaHkHJI2UCzSLuw==}
engines: {node: '>=14.20.1'}
peerDependencies:
'@aws-sdk/credential-providers': ^3.201.0
'@mongodb-js/zstd': ^1.1.0
kerberos: ^2.0.1
mongodb-client-encryption: '>=2.3.0 <3'
snappy: ^7.2.2
peerDependenciesMeta:
'@aws-sdk/credential-providers':
optional: true
'@mongodb-js/zstd':
optional: true
kerberos:
optional: true
mongodb-client-encryption:
optional: true
snappy:
optional: true
dependencies:
bson: 5.3.0
bson: 5.4.0
mongodb-connection-string-url: 2.6.0
socks: 2.7.1
optionalDependencies:
+1 -1
View File
@@ -22,6 +22,6 @@
"debug": "4.3.4",
"dotenv": "16.3.1",
"lodash": "4.17.21",
"mongodb": "5.6.0"
"mongodb": "5.7.0"
}
}