From 6a461d04783d9d4a852aef6c78131d45aa81294c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 05:53:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd2a072..d3f750a 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ }, "license": "BSD-3-Clause", "dependencies": { - "babel": "^5.8.23", - "lodash": "^3.10.1", + "babel": "^6.0.0", + "lodash": "^4.17.16", "sister": "^3.0.0" } }