Skip to content

Commit

Permalink
feat: Upgrade typeorm, sqlite3, and pg/pg-promise (#8579)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored and OlegIvaniv committed Feb 12, 2024
1 parent aa35761 commit bd5867f
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 120 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 @@ -152,9 +152,9 @@
"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.17",
"typeorm": "0.3.20",
"zod": "3.22.4",
"zod-to-json-schema": "3.22.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,27 +156,27 @@
"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",
"prom-client": "13.2.0",
"psl": "1.9.0",
"raw-body": "2.5.1",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.1",
"replacestream": "4.0.3",
"samlify": "2.8.9",
"semver": "7.5.4",
"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",
"syslog-client": "1.1.1",
"typedi": "0.10.0",
"typeorm": "0.3.17",
"typeorm": "0.3.20",
"uuid": "8.3.2",
"validator": "13.7.0",
"winston": "3.8.2",
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 bd5867f

Please sign in to comment.