mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(RabbitMQ Node): Support RabbitMQ v.4.1.0 by updating amqplib (#15418)
This commit is contained in:
@@ -882,7 +882,7 @@
|
|||||||
"@n8n/imap": "workspace:*",
|
"@n8n/imap": "workspace:*",
|
||||||
"@n8n/vm2": "3.9.25",
|
"@n8n/vm2": "3.9.25",
|
||||||
"alasql": "4.4.0",
|
"alasql": "4.4.0",
|
||||||
"amqplib": "0.10.3",
|
"amqplib": "0.10.6",
|
||||||
"aws4": "1.11.0",
|
"aws4": "1.11.0",
|
||||||
"basic-auth": "catalog:",
|
"basic-auth": "catalog:",
|
||||||
"change-case": "4.1.2",
|
"change-case": "4.1.2",
|
||||||
|
|||||||
11
pnpm-lock.yaml
generated
11
pnpm-lock.yaml
generated
@@ -2289,8 +2289,8 @@ importers:
|
|||||||
specifier: 4.4.0
|
specifier: 4.4.0
|
||||||
version: 4.4.0(encoding@0.1.13)
|
version: 4.4.0(encoding@0.1.13)
|
||||||
amqplib:
|
amqplib:
|
||||||
specifier: 0.10.3
|
specifier: 0.10.6
|
||||||
version: 0.10.3
|
version: 0.10.6
|
||||||
aws4:
|
aws4:
|
||||||
specifier: 1.11.0
|
specifier: 1.11.0
|
||||||
version: 1.11.0
|
version: 1.11.0
|
||||||
@@ -7086,8 +7086,8 @@ packages:
|
|||||||
alien-signals@1.0.4:
|
alien-signals@1.0.4:
|
||||||
resolution: {integrity: sha512-DJqqQD3XcsaQcQ1s+iE2jDUZmmQpXwHiR6fCAim/w87luaW+vmLY8fMlrdkmRwzaFXhkxf3rqPCR59tKVv1MDw==}
|
resolution: {integrity: sha512-DJqqQD3XcsaQcQ1s+iE2jDUZmmQpXwHiR6fCAim/w87luaW+vmLY8fMlrdkmRwzaFXhkxf3rqPCR59tKVv1MDw==}
|
||||||
|
|
||||||
amqplib@0.10.3:
|
amqplib@0.10.6:
|
||||||
resolution: {integrity: sha512-UHmuSa7n8vVW/a5HGh2nFPqAEr8+cD4dEZ6u9GjP91nHfr1a54RyAKyra7Sb5NH7NBKOUlyQSMXIp0qAixKexw==}
|
resolution: {integrity: sha512-TGZJ/Q6PO0ns/a72zw/d3FI0ywqY7oMqTbRzji2/AsoA/1frIhIOuVoqZMapDt6XFppbbdT0NEzd9dYwmKI0rQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
ansi-colors@4.1.3:
|
ansi-colors@4.1.3:
|
||||||
@@ -20224,11 +20224,10 @@ snapshots:
|
|||||||
|
|
||||||
alien-signals@1.0.4: {}
|
alien-signals@1.0.4: {}
|
||||||
|
|
||||||
amqplib@0.10.3:
|
amqplib@0.10.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@acuminous/bitsyntax': 0.1.2
|
'@acuminous/bitsyntax': 0.1.2
|
||||||
buffer-more-ints: 1.0.0
|
buffer-more-ints: 1.0.0
|
||||||
readable-stream: 1.1.14
|
|
||||||
url-parse: 1.5.10
|
url-parse: 1.5.10
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|||||||
Reference in New Issue
Block a user