From c3571c6a545e5085bf00a3e83101a56c5fec9624 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Oct 2018 04:04:40 +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:lodash:20180130 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbc829a..d5d0979 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "dependencies": { "hlsdownloader": "^2.1.0", "minimist": "^1.2.0", - "request": "^2.83.0" + "request": "^2.84.0" } }