From eaf7902a3c88cdcf4da87d7734f044c331dac3fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Feb 2022 01:50:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URLPARSE-2407759 - https://snyk.io/vuln/SNYK-JS-URLPARSE-2407770 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24f02ab..59a5ff0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "author": "TCSCODER", "dependencies": { - "amqplib": "^0.5.1", + "amqplib": "^0.7.1", "bluebird": "^3.4.6", "bunyan": "^1.8.4", "bunyan-logentries": "^1.2.0",