From 5fcd3a21bd76c336d32182b2f23ae1e2be16b9a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 03:19:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- 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",