From 3655393a27dbddaf2582559da1327ffab51d6585 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 01:22:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3c5b8b..883f1fb 100644 --- a/package.json +++ b/package.json @@ -79,8 +79,8 @@ "dependencies": { "amqplib": "~0.4.0", "debug": "^2.2.0", - "lodash": "^3.10.1", - "machina": "^1.1.2", + "lodash": "^4.17.16", + "machina": "^4.0.0", "monologue.js": "^0.3.4", "node-uuid": "^1.4.7", "postal": "^1.0.8",