From 980a6405f9adb9e7198cfe5de2cf9bb6778e64d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2018 22:50:40 +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 qwo/6to5: https://snyk.io/test/github/qwo/6to5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af5b7ea1d8c1..f20cd9f93fc9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "fs-readdir-recursive": "0.1.0", "globals": "^5.1.0", "js-tokenizer": "1.3.3", - "lodash": "3.0.0", + "lodash": "4.17.5", "output-file-sync": "1.1.0", "private": "0.1.6", "regenerator-6to5": "0.8.9-8",