From f3da33b17c09360e58701ac1250b4ecfc34fb53a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Feb 2018 23:49:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for wix/bundless: https://snyk.io/test/github/wix/bundless --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc5821b..f2d6804 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/node": "7.0.29", "@types/semver": "5.3.31", "@types/systemjs": "0.20.2", - "lodash": "4.17.4", + "lodash": "4.17.5", "semver": "5.3.0", "systemjs": "0.19.43" }