From d1418fb9e8a895b12ce6b034f8194f610cc0da06 Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Wed, 17 Oct 2018 20:42:13 +0300 Subject: [PATCH] fix: update the version of `request` Due to security vulnerabilities in one of its dependencies (`cryptiles`). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 121e16f7..b6946b75 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "minimatch": "3.0.4", "nativescript-hook": "0.2.4", "proxy-lib": "0.4.0", - "request": "2.83.0", + "request": "2.88.0", "schema-utils": "0.4.5", "semver": "5.4.1", "shelljs": "0.6.0",