From e3bc92ca38f1c810b136c569ae17e0f4d8937f79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Feb 2019 22:50:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d61bb2e..b64195f 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.11", "moment": "^2.19.3", "node-schedule": "^1.2.5", "nodemailer": "^4.4.0",