From e5a43f3e0adc5ad901a5e7a94e5cbf7581a6be6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 01:05:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c44132..daf3b8a 100644 --- a/package.json +++ b/package.json @@ -95,8 +95,8 @@ "dependencies": { "amqplib": "~0.4.1", "debug": "^2.2.0", - "lodash": "^3.10.1", - "machina": "^1.1.2", + "lodash": "^4.17.20", + "machina": "^4.0.0", "monologue.js": "^0.3.4", "node-uuid": "^1.4.7", "postal": "^1.0.8",