From e345b75469f438e31f2fb7ae8e90e12466b6c8aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 05:52:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd2a072..4d37ce9 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.21", "sister": "^3.0.0" } }