mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Use mysql2 to fix mysql connection issue for mysql 8 (#1955)
* Use mysql2 to fix mysql connection issue for mysql 8 * update pnpm-lock * update pnpm-lock * fix lint issue * fix lint issue
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
"mammoth": "^1.5.1",
|
||||
"moment": "^2.29.3",
|
||||
"mongodb": "6.2.0",
|
||||
"mysql2": "^3.5.1",
|
||||
"mysql2": "^3.9.2",
|
||||
"node-fetch": "^2.6.11",
|
||||
"node-html-markdown": "^1.3.0",
|
||||
"notion-to-md": "^3.1.1",
|
||||
|
||||
Reference in New Issue
Block a user