feat(core): Deduplicate transitive-dependencies, and ensure all peer-dependencies are met (no-changelog) (#11164)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-10-08 16:50:42 +02:00 committed by GitHub
parent d4afb0f38b
commit af4f4a089d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1061 additions and 2644 deletions

View file

@ -124,18 +124,20 @@
"@types/cheerio": "^0.22.15",
"@types/html-to-text": "^9.0.1",
"@types/json-schema": "^7.0.15",
"@types/pg": "^8.11.6",
"@types/temp": "^0.9.1",
"n8n-core": "workspace:*"
},
"dependencies": {
"@getzep/zep-cloud": "1.0.11",
"@aws-sdk/client-sso-oidc": "3.666.0",
"@getzep/zep-cloud": "1.0.12",
"@getzep/zep-js": "0.9.0",
"@google-ai/generativelanguage": "2.6.0",
"@google-cloud/resource-manager": "5.3.0",
"@google/generative-ai": "0.19.0",
"@huggingface/inference": "2.8.0",
"@langchain/anthropic": "0.3.1",
"@langchain/aws": "^0.1.0",
"@langchain/aws": "0.1.0",
"@langchain/cohere": "0.3.0",
"@langchain/community": "0.3.2",
"@langchain/core": "catalog:",
@ -149,23 +151,22 @@
"@langchain/qdrant": "0.1.0",
"@langchain/redis": "0.1.0",
"@langchain/textsplitters": "0.1.0",
"@mozilla/readability": "^0.5.0",
"@mozilla/readability": "0.5.0",
"@n8n/typeorm": "0.3.20-12",
"@n8n/vm2": "3.9.25",
"@pinecone-database/pinecone": "3.0.3",
"@qdrant/js-client-rest": "1.11.0",
"@supabase/supabase-js": "2.45.4",
"@types/pg": "^8.11.6",
"@xata.io/client": "0.30.0",
"@xata.io/client": "0.28.4",
"basic-auth": "catalog:",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"cohere-ai": "7.13.2",
"d3-dsv": "2.0.0",
"epub2": "3.0.2",
"form-data": "catalog:",
"generate-schema": "2.6.0",
"html-to-text": "9.0.5",
"jsdom": "^23.0.1",
"jsdom": "23.0.1",
"json-schema-to-zod": "2.1.0",
"langchain": "0.3.2",
"lodash": "catalog:",

View file

@ -837,12 +837,13 @@
"n8n-core": "workspace:*"
},
"dependencies": {
"@aws-sdk/client-sso-oidc": "3.666.0",
"@kafkajs/confluent-schema-registry": "1.0.6",
"@n8n/config": "workspace:*",
"@n8n/imap": "workspace:*",
"@n8n/vm2": "3.9.25",
"alasql": "4.4.0",
"amqplib": "0.10.3",
"alasql": "^4.4.0",
"aws4": "1.11.0",
"basic-auth": "catalog:",
"change-case": "4.1.2",
@ -852,11 +853,11 @@
"csv-parse": "5.5.0",
"currency-codes": "2.1.0",
"eventsource": "2.0.2",
"html-to-text": "9.0.5",
"fast-glob": "catalog:",
"fflate": "0.7.4",
"get-system-fonts": "2.0.2",
"gm": "1.25.0",
"html-to-text": "9.0.5",
"iconv-lite": "0.6.3",
"ics": "2.40.0",
"isbot": "3.6.13",
@ -881,14 +882,14 @@
"nodemailer": "6.9.9",
"otpauth": "9.1.1",
"pdfjs-dist": "2.16.105",
"pg": "8.12.0",
"pg-promise": "11.9.1",
"pg": "8.12.0",
"promise-ftp": "1.3.5",
"pyodide": "0.23.4",
"redis": "4.6.14",
"rfc2047": "4.0.1",
"rhea": "1.0.24",
"rrule": "^2.8.1",
"rrule": "2.8.1",
"rss-parser": "3.13.0",
"semver": "7.5.4",
"showdown": "2.1.0",
@ -896,7 +897,7 @@
"snowflake-sdk": "1.12.0",
"ssh2-sftp-client": "7.2.3",
"tmp-promise": "3.0.3",
"ts-ics": "^1.2.2",
"ts-ics": "1.2.2",
"typedi": "catalog:",
"uuid": "catalog:",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",

File diff suppressed because it is too large Load diff