From 25e22c7ce8a378917c7dc26c02ca511d97b308cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Feb 2022 04:23:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URLPARSE-2412697 --- 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",