mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +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,
|
||||
|
||||
@@ -725,7 +725,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/amqplib": "^0.8.2",
|
||||
"@types/amqplib": "^0.10.1",
|
||||
"@types/aws4": "^1.5.1",
|
||||
"@types/basic-auth": "^1.1.2",
|
||||
"@types/cheerio": "^0.22.15",
|
||||
@@ -758,7 +758,7 @@
|
||||
"dependencies": {
|
||||
"@kafkajs/confluent-schema-registry": "1.0.6",
|
||||
"@types/js-nacl": "^1.3.0",
|
||||
"amqplib": "^0.8.0",
|
||||
"amqplib": "^0.10.3",
|
||||
"aws4": "^1.8.0",
|
||||
"basic-auth": "^2.0.1",
|
||||
"change-case": "^4.1.1",
|
||||
|
||||
Reference in New Issue
Block a user