Skip to content

Commit

Permalink
upgrade sqlite and postgres drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Feb 7, 2024
1 parent d089e32 commit 9f71164
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 79 deletions.
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"pdf-parse": "1.1.1",
"pg": "8.11.3",
"redis": "4.6.12",
"sqlite3": "5.1.6",
"sqlite3": "5.1.7",
"temp": "0.9.4",
"typeorm": "0.3.20",
"zod": "3.22.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 @@ -156,7 +156,7 @@
"passport": "0.6.0",
"passport-cookie": "1.0.9",
"passport-jwt": "4.0.1",
"pg": "8.8.0",
"pg": "8.11.3",
"picocolors": "1.0.0",
"pkce-challenge": "3.0.0",
"posthog-node": "3.2.1",
Expand All @@ -170,7 +170,7 @@
"shelljs": "0.8.5",
"simple-git": "3.17.0",
"source-map-support": "0.5.21",
"sqlite3": "5.1.6",
"sqlite3": "5.1.7",
"sse-channel": "4.0.0",
"sshpk": "1.17.0",
"swagger-ui-express": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@
"nodemailer": "6.9.9",
"otpauth": "9.1.1",
"pdfjs-dist": "2.16.105",
"pg": "8.8.0",
"pg-promise": "10.12.0",
"pg": "8.11.3",
"pg-promise": "10.15.4",
"pretty-bytes": "5.6.0",
"promise-ftp": "1.3.5",
"pyodide": "0.23.4",
Expand Down
Loading

0 comments on commit 9f71164

Please sign in to comment.