From 109ec494701dc28871cc14042e286334f7fe2f93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 04:47:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for dustinblackman/championify: https://snyk.io/test/github/dustinblackman/championify --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 994be95a..2973ffd1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "bluebird": "3.4.6", "bluebird-retry": "0.9.0", - "cheerio": "0.19.0", + "cheerio": "0.20.0", "didyoumean": "1.2.1", "electron-squirrel-startup": "1.0.0", "escodegen": "1.8.1", @@ -44,7 +44,7 @@ "moment": "^2.17.0", "open": "0.0.5", "ramda": "0.19.1", - "request": "2.68.0", + "request": "2.82.0", "request-progress": "0.3.1", "runas": "3.1.1", "semantic-ui-css": "2.2.4",