mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
⚡ Fix build
This commit is contained in:
parent
0ea3411f5d
commit
e18d7934ad
|
@ -101,7 +101,7 @@
|
|||
"localtunnel": "^2.0.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"mongodb": "^3.5.5",
|
||||
"mysql2": "^2.0.1",
|
||||
"mysql2": "~2.1.0",
|
||||
"n8n-core": "~0.45.0",
|
||||
"n8n-editor-ui": "~0.56.0",
|
||||
"n8n-nodes-base": "~0.77.0",
|
||||
|
|
|
@ -431,7 +431,7 @@
|
|||
"mongodb": "^3.5.5",
|
||||
"mqtt": "^4.2.0",
|
||||
"mssql": "^6.2.0",
|
||||
"mysql2": "^2.0.1",
|
||||
"mysql2": "~2.1.0",
|
||||
"n8n-core": "~0.45.0",
|
||||
"nodemailer": "^6.4.6",
|
||||
"pdf-parse": "^1.1.1",
|
||||
|
|
Loading…
Reference in a new issue