From 8f1a1c968ae794442717c94ba495d4441206e4be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 00:09:31 +0000 Subject: [PATCH] fix: app/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:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 42d1f51..ca168a6 100644 --- a/app/package.json +++ b/app/package.json @@ -21,6 +21,6 @@ "dependencies": { "configstore": "^3.1.1", "i18n": "^0.8.3", - "request": "^2.83.0" + "request": "^2.84.0" } }