mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Deduplicate transitive-dependencies, and ensure all peer-dependencies are met (no-changelog) (#11164)
This commit is contained in:
committed by
GitHub
parent
d4afb0f38b
commit
af4f4a089d
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user