From 7201e9870c394790c9b9d2ecbadc96cdfc0a6050 Mon Sep 17 00:00:00 2001 From: Franco Arza Date: Mon, 27 Feb 2017 14:55:42 +0200 Subject: [PATCH] Update request version to avoid npm warn (#1915) * Update request version to avoid npm warn --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e7e8ff22..85aef6e0c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "nan": "^2.3.2", "node-gyp": "^3.3.1", "npmlog": "^4.0.0", - "request": "^2.61.0", + "request": "^2.79.0", "sass-graph": "^2.1.1", "stdout-stream": "^1.4.0" },