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

This commit is contained in:
renovate[bot]
2023-09-02 10:45:26 +00:00
parent fec815ce0a
commit 7c7e6fdb6b
3 changed files with 8 additions and 8 deletions

12
pnpm-lock.yaml generated
View File

@@ -1366,8 +1366,8 @@ importers:
specifier: 4.17.21
version: 4.17.21
mongodb:
specifier: 5.8.0
version: 5.8.0
specifier: 5.8.1
version: 5.8.1
tools/scripts/seed-exams:
devDependencies:
@@ -1387,8 +1387,8 @@ importers:
specifier: 4.17.21
version: 4.17.21
mongodb:
specifier: 5.8.0
version: 5.8.0
specifier: 5.8.1
version: 5.8.1
nanoid:
specifier: 4.0.2
version: 4.0.2
@@ -25538,8 +25538,8 @@ packages:
- aws-crt
dev: false
/mongodb@5.8.0:
resolution: {integrity: sha512-xx4CXmxcj3bNe7iGBlhntVrUqrNARYhUZteXaz4epEESv4oXD/FONAovcyoCaEffdYlw25Yz284OxMfpnPLlgQ==}
/mongodb@5.8.1:
resolution: {integrity: sha512-wKyh4kZvm6NrCPH8AxyzXm3JBoEf4Xulo0aUWh3hCgwgYJxyQ1KLST86ZZaSWdj6/kxYUA3+YZuyADCE61CMSg==}
engines: {node: '>=14.20.1'}
peerDependencies:
'@aws-sdk/credential-providers': ^3.188.0

View File

@@ -24,7 +24,7 @@
"joi-objectid": "3.0.1",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"mongodb": "5.8.0",
"mongodb": "5.8.1",
"nanoid": "4.0.2"
},
"type": "module"

View File

@@ -22,6 +22,6 @@
"debug": "4.3.4",
"dotenv": "16.3.1",
"lodash": "4.17.21",
"mongodb": "5.8.0"
"mongodb": "5.8.1"
}
}