From 27f9fc4b6e7477590d32077d0ebc28dd672810b4 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 15 Jul 2019 22:50:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d61bb2e..1c0c185 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "botkit": "^0.6.11", "dryrun": "^1.0.2", "js-yaml": "^3.10.0", - "lodash": "^4.17.4", + "lodash": "^4.17.12", "moment": "^2.19.3", "node-schedule": "^1.2.5", "nodemailer": "^4.4.0",