From 56c31fd1204fbec303ce1d93f542851ff44098bd Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 10 Jul 2019 23:25:32 +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-450202 --- package-lock.json | 27 ++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 076191a..5e0a74c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -382,9 +382,9 @@ } }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA==" }, "lodash.get": { "version": "4.4.2", @@ -587,6 +587,13 @@ "uuid": "3.1.0", "vasync": "1.6.4", "verror": "1.10.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + } } }, "restify-errors": { @@ -598,6 +605,13 @@ "lodash": "4.17.4", "safe-json-stringify": "1.0.4", "verror": "1.10.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + } } }, "rimraf": { @@ -791,6 +805,13 @@ "integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=", "requires": { "lodash": "4.17.4" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + } } }, "yallist": { diff --git a/package.json b/package.json index 438e529..5cc3533 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "aws-sdk": "^2.162.0", "express-graphql": "^0.6.11", "graphql": "^0.11.7", - "lodash": "^4.17.4", + "lodash": "^4.17.12", "restify": "^6.3.4" } }