From 734017e97483c735ed54f01ae43689f08466269c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jul 2018 21:59:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2554b34..b23d3cc 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ ], "dependencies": { "json-stringify-safe": "5.0.x", - "lodash": "^3.10.1", - "request": "2.49.x" + "lodash": "^4.17.5", + "request": "2.66.0" }, "devDependencies": { "assert": "^1.3.0",