From 392227dc6804f942caec40d05a4e3b6e580edf16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Feb 2019 05:21:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af5b7ea1d8c1..4d1ca5ce4750 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "fs-readdir-recursive": "0.1.0", "globals": "^5.1.0", "js-tokenizer": "1.3.3", - "lodash": "3.0.0", + "lodash": "4.17.11", "output-file-sync": "1.1.0", "private": "0.1.6", "regenerator-6to5": "0.8.9-8",