Skip to content

Commit

Permalink
feat(core): Upgrade DB drivers (no-changelog) (#10370)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Aug 14, 2024
1 parent dfd712a commit 838f133
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 197 deletions.
4 changes: 2 additions & 2 deletions packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@pinecone-database/pinecone": "3.0.0",
"@qdrant/js-client-rest": "1.9.0",
"@supabase/supabase-js": "2.43.4",
"@types/pg": "^8.11.3",
"@types/pg": "^8.11.6",
"@xata.io/client": "0.28.4",
"basic-auth": "catalog:",
"cheerio": "1.0.0-rc.12",
Expand All @@ -176,7 +176,7 @@
"n8n-workflow": "workspace:*",
"openai": "4.53.0",
"pdf-parse": "1.1.1",
"pg": "8.11.3",
"pg": "8.12.0",
"redis": "4.6.12",
"sqlite3": "5.1.7",
"temp": "0.9.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"ldapts": "4.2.6",
"lodash": "catalog:",
"luxon": "catalog:",
"mysql2": "3.10.0",
"mysql2": "3.11.0",
"n8n-core": "workspace:*",
"n8n-editor-ui": "workspace:*",
"n8n-nodes-base": "workspace:*",
Expand All @@ -144,7 +144,7 @@
"otpauth": "9.1.1",
"p-cancelable": "2.1.1",
"p-lazy": "3.1.0",
"pg": "8.11.3",
"pg": "8.12.0",
"picocolors": "1.0.1",
"pkce-challenge": "3.0.0",
"posthog-node": "3.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,15 +866,15 @@
"mongodb": "6.3.0",
"mqtt": "5.7.2",
"mssql": "10.0.2",
"mysql2": "3.10.0",
"mysql2": "3.11.0",
"n8n-workflow": "workspace:*",
"node-html-markdown": "1.2.0",
"node-ssh": "13.2.0",
"nodemailer": "6.9.9",
"otpauth": "9.1.1",
"pdfjs-dist": "2.16.105",
"pg": "8.11.3",
"pg-promise": "10.15.4",
"pg": "8.12.0",
"pg-promise": "11.9.1",
"promise-ftp": "1.3.5",
"pyodide": "0.23.4",
"redis": "4.6.14",
Expand Down
Loading

0 comments on commit 838f133

Please sign in to comment.