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

This commit is contained in:
renovate[bot]
2024-02-13 18:33:40 +00:00
parent 964107b01d
commit 7348752d2c
3 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -1132,7 +1132,7 @@ importers:
version: 16.9.22
'@uiw/react-codemirror':
specifier: 3.2.10
version: 3.2.10(@babel/runtime@7.23.1)(codemirror@5.65.15)(react-dom@16.14.0)(react@16.14.0)
version: 3.2.10(@babel/runtime@7.23.9)(codemirror@5.65.15)(react-dom@16.14.0)(react@16.14.0)
cross-env:
specifier: 7.0.3
version: 7.0.3
@@ -1405,8 +1405,8 @@ importers:
specifier: 4.17.21
version: 4.17.21
mongodb:
specifier: 5.9.1
version: 5.9.1
specifier: 5.9.2
version: 5.9.2
tools/scripts/seed-exams:
devDependencies:
@@ -1429,8 +1429,8 @@ importers:
specifier: 4.17.21
version: 4.17.21
mongodb:
specifier: 5.9.1
version: 5.9.1
specifier: 5.9.2
version: 5.9.2
nanoid:
specifier: 4.0.2
version: 4.0.2
@@ -11611,7 +11611,7 @@ packages:
'@typescript-eslint/types': 6.10.0
eslint-visitor-keys: 3.4.3
/@uiw/react-codemirror@3.2.10(@babel/runtime@7.23.1)(codemirror@5.65.15)(react-dom@16.14.0)(react@16.14.0):
/@uiw/react-codemirror@3.2.10(@babel/runtime@7.23.9)(codemirror@5.65.15)(react-dom@16.14.0)(react@16.14.0):
resolution: {integrity: sha512-sSabPpOQFFRAZwm/JZ6gRRqQg0PBPw9nRAT9YepqUSM3TJHQzavZDRDxKF8B9jL+KU24+aKqM/clLlpPPPF5sQ==}
peerDependencies:
'@babel/runtime': '>=7.11.0'
@@ -11619,7 +11619,7 @@ packages:
react: '>=16.8.0'
react-dom: '>=16.8.0'
dependencies:
'@babel/runtime': 7.23.1
'@babel/runtime': 7.23.9
codemirror: 5.65.15
react: 16.14.0
react-dom: 16.14.0(react@16.14.0)
@@ -24833,8 +24833,8 @@ packages:
- aws-crt
dev: false
/mongodb@5.9.1:
resolution: {integrity: sha512-NBGA8AfJxGPeB12F73xXwozt8ZpeIPmCUeWRwl9xejozTXFes/3zaep9zhzs1B/nKKsw4P3I4iPfXl3K7s6g+Q==}
/mongodb@5.9.2:
resolution: {integrity: sha512-H60HecKO4Bc+7dhOv4sJlgvenK4fQNqqUIlXxZYQNbfEWSALGAwGoyJd/0Qwk4TttFXUOHJ2ZJQe/52ScaUwtQ==}
engines: {node: '>=14.20.1'}
peerDependencies:
'@aws-sdk/credential-providers': ^3.188.0
+1 -1
View File
@@ -25,7 +25,7 @@
"joi-objectid": "3.0.1",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"mongodb": "5.9.1",
"mongodb": "5.9.2",
"nanoid": "4.0.2"
},
"type": "module"
+1 -1
View File
@@ -22,6 +22,6 @@
"debug": "4.3.4",
"dotenv": "16.3.1",
"lodash": "4.17.21",
"mongodb": "5.9.1"
"mongodb": "5.9.2"
}
}