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

This commit is contained in:
renovate[bot]
2023-10-27 14:33:16 +00:00
parent e037c3cbe2
commit ac504d00e6
3 changed files with 8 additions and 8 deletions

12
pnpm-lock.yaml generated
View File

@@ -1393,8 +1393,8 @@ importers:
specifier: 4.17.21
version: 4.17.21
mongodb:
specifier: 5.9.0
version: 5.9.0
specifier: 5.9.1
version: 5.9.1
tools/scripts/seed-exams:
devDependencies:
@@ -1414,8 +1414,8 @@ importers:
specifier: 4.17.21
version: 4.17.21
mongodb:
specifier: 5.9.0
version: 5.9.0
specifier: 5.9.1
version: 5.9.1
nanoid:
specifier: 4.0.2
version: 4.0.2
@@ -24482,8 +24482,8 @@ packages:
- aws-crt
dev: false
/mongodb@5.9.0:
resolution: {integrity: sha512-g+GCMHN1CoRUA+wb1Agv0TI4YTSiWr42B5ulkiAfLLHitGK1R+PkSAf3Lr5rPZwi/3F04LiaZEW0Kxro9Fi2TA==}
/mongodb@5.9.1:
resolution: {integrity: sha512-NBGA8AfJxGPeB12F73xXwozt8ZpeIPmCUeWRwl9xejozTXFes/3zaep9zhzs1B/nKKsw4P3I4iPfXl3K7s6g+Q==}
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.9.0",
"mongodb": "5.9.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.9.0"
"mongodb": "5.9.1"
}
}