From 2fd3b3cbbc83809395bd2c37238933a8746c2e35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jul 2020 01:18:33 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce0126b..3aa0c9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2921,9 +2921,9 @@ } }, "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==" + "version": "4.17.16", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.16.tgz", + "integrity": "sha512-mzxOTaU4AsJhnIujhngm+OnA6JX4fTI8D5H26wwGd+BJ57bW70oyRwTqo6EFJm1jTZ7hCo7yVzH1vB8TMFd2ww==" }, "log-driver": { "version": "1.2.7", diff --git a/package.json b/package.json index 0da4cac..8d1efd1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/KenPowers/gulp-spawn-mocha", "dependencies": { - "lodash": "^4.17.14", + "lodash": "^4.17.16", "plugin-error": "^1.0.1", "through": "~2.3.4" },