mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Hardcode mongodb@3.6.4 because warning message in higher versions
Can be opened up again after release of version 3.6.6 https://github.com/mongodb/node-mongodb-native/pull/2734
This commit is contained in:
parent
91b715025d
commit
59a3997af2
|
@ -571,7 +571,7 @@
|
||||||
"mailparser": "^2.8.1",
|
"mailparser": "^2.8.1",
|
||||||
"moment": "2.28.0",
|
"moment": "2.28.0",
|
||||||
"moment-timezone": "^0.5.28",
|
"moment-timezone": "^0.5.28",
|
||||||
"mongodb": "^3.5.5",
|
"mongodb": "3.6.3",
|
||||||
"mqtt": "4.2.1",
|
"mqtt": "4.2.1",
|
||||||
"mssql": "^6.2.0",
|
"mssql": "^6.2.0",
|
||||||
"mysql2": "~2.1.0",
|
"mysql2": "~2.1.0",
|
||||||
|
|
Loading…
Reference in a new issue