From 13fabab1fd621ee4ae346ebdce72f4a79578cd94 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 06:54:07 +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 c2000c7..69cf254 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "babel-preset-env": "^1.6.0", "babel-register": "^6.26.0", "dotenv": "^4.0.0", - "lodash": "^4.17.4" + "lodash": "^4.17.12" } }