From c6f7a575aad1e8f89b18fca1c7724ca8b175247c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 07:07:55 +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 fa7c987..b8390a1 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "license": "ISC", "dependencies": { "bluebird": "^2.9.30", - "convict": "^1.0.1", - "lodash": "^3.9.3", + "convict": "^2.0.0", + "lodash": "^4.17.20", "lokijs": "^1.3.11", "slack-client": "^1.4.1", "sqlite3": "^3.1.1"