From a1867fd0458e321f4ec2cd582e7b242d3ef7c8cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Dec 2018 08:53:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:is-my-json-valid:20180214 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 - https://snyk.io/vuln/npm:tough-cookie:20170905 - https://snyk.io/vuln/npm:tunnel-agent:20170305 - https://snyk.io/vuln/npm:underscore.string:20170908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4644d1..237b1c9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Nemanja Nedeljković ", "license": "MIT", "dependencies": { - "request": "^2.79.0", - "underscore.string": "^3.3.4" + "request": "^2.84.0", + "underscore.string": "^3.3.5" } }