From f19b4fa1faad6961cbd3a185a1345db1bc518c28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Feb 2022 03:09:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URLPARSE-2401205 --- 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",