From cf03b094f8a9b877ca16b0bf5fbbdd1d165c6533 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 03:19: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-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b668359b2..643f3738a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "jszip": "^3.1.3", "lodash": "^4.6.1", "moment": "^2.18.1", - "preconditions": "^1.0.8", + "preconditions": "^2.2.2", "shelljs": "^0.3.0", "sjcl": "^1.0.2", "unzip": "git+https://github.com/byteball/unzip.git",