From 41cd97e512332ed9f3e121e3cccf9592b7181c88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:44:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e3c5b8b..b42294e 100644 --- a/package.json +++ b/package.json @@ -79,12 +79,12 @@ "dependencies": { "amqplib": "~0.4.0", "debug": "^2.2.0", - "lodash": "^3.10.1", - "machina": "^1.1.2", + "lodash": "^4.17.17", + "machina": "^4.0.0", "monologue.js": "^0.3.4", "node-uuid": "^1.4.7", "postal": "^1.0.8", "when": "^3.7.5", - "whistlepunk": "^0.3.2" + "whistlepunk": "^1.0.0" } }