From ef713a7f4b4c02e05a16b37f4a2ed1d5a535900e Mon Sep 17 00:00:00 2001 From: xzyfer Date: Thu, 5 Jul 2018 00:03:09 +1000 Subject: [PATCH] Bump request@2.87.0 As of 2.87.0 the hoek packages has been removed which restores Node < 4 support --- .github/PULL_REQUEST_TEMPLATE.md | 8 -------- package.json | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cddd6984c..e69de29bb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +0,0 @@ - diff --git a/package.json b/package.json index ab61c02c0..f446b746f 100644 --- a/package.json +++ b/package.json @@ -68,13 +68,13 @@ "nan": "^2.10.0", "node-gyp": "^3.3.1", "npmlog": "^4.0.0", - "request": "~2.79.0", + "request": "2.87.0", "sass-graph": "^2.2.4", "stdout-stream": "^1.4.0", "true-case-path": "^1.0.2" }, "devDependencies": { - "coveralls": "^2.11.8", + "coveralls": "^3.0.2", "eslint": "^3.4.0", "fs-extra": "^0.30.0", "istanbul": "^0.4.2",