From cd15d6891e79245235994da095a655cc17389701 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 17 Jul 2019 05:32:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90f794cba1e..086cc30a3b1 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ieee754": "^1.1.8", "immutable": "^3.x.x", "js-yaml": "^3.5.5", - "lodash": "4.17.5", + "lodash": "4.17.12", "matcher": "^0.1.2", "memoizee": "0.4.1", "promise-worker": "^1.1.1",