feat(Email Trigger (IMAP) Node): Migrate from imap-simple to @n8n/imap (#8899)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
This commit is contained in:
committed by
GitHub
parent
28261047c3
commit
9f87cc25a0
@@ -812,7 +812,6 @@
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/html-to-text": "^9.0.1",
|
||||
"@types/gm": "^1.25.0",
|
||||
"@types/imap-simple": "^4.2.0",
|
||||
"@types/js-nacl": "^1.3.0",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"@types/lodash": "^4.14.195",
|
||||
@@ -836,6 +835,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@kafkajs/confluent-schema-registry": "1.0.6",
|
||||
"@n8n/imap": "workspace:*",
|
||||
"@n8n/vm2": "3.9.20",
|
||||
"amqplib": "0.10.3",
|
||||
"aws4": "1.11.0",
|
||||
@@ -854,7 +854,6 @@
|
||||
"gm": "1.25.0",
|
||||
"iconv-lite": "0.6.3",
|
||||
"ics": "2.40.0",
|
||||
"imap-simple": "4.3.0",
|
||||
"isbot": "3.6.13",
|
||||
"iso-639-1": "2.1.15",
|
||||
"js-nacl": "1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user