mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Upgrade amqplib to address CVE-2022-0686 (#4972)
This commit is contained in:
committed by
GitHub
parent
3754c49f0c
commit
570ed3b521
@@ -2,12 +2,6 @@ import { IDataObject, IExecuteFunctions, ITriggerFunctions, sleep } from 'n8n-wo
|
||||
|
||||
import * as amqplib from 'amqplib';
|
||||
|
||||
declare module 'amqplib' {
|
||||
interface Channel {
|
||||
connection: amqplib.Connection;
|
||||
}
|
||||
}
|
||||
|
||||
export async function rabbitmqConnect(
|
||||
this: IExecuteFunctions | ITriggerFunctions,
|
||||
options: IDataObject,
|
||||
|
||||
Reference in New Issue
Block a user