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" },