From 7480c8073f1a8882428c7298736942df75cc2ae9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 05:25:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for strongloop/strong-mq: https://snyk.io/test/github/strongloop/strong-mq --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 109bfe1..3ebafa5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "email": "sam@strongloop.com" }, "dependencies": { - "amqp": "~0.1.6", + "amqp": "~0.2.6", "stomp-client": "~0.4.0", "underscore": "~1.4.4", "async": "~0.2.8"