From 14c4efe2873a1e59145bbe659e35ea4672e0e3ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 03:18:49 +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 | 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",