From 50ab8d5baf9b47cc081450a37839baab8b0742ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Dec 2018 01:32:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2000c7..9cb9d1f 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ }, "dependencies": { "babel-polyfill": "^6.26.0", - "babel-preset-env": "^1.6.0", + "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "dotenv": "^4.0.0", - "lodash": "^4.17.4" + "lodash": "^4.17.5" } }