From 14aa6eeb374505bf28fcf94b68fb27650c3b5608 Mon Sep 17 00:00:00 2001 From: analog-nico Date: Thu, 14 Feb 2019 12:57:48 -0800 Subject: [PATCH 1/2] chore: added node 8 and 10 to ci build --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 98b89bc..a3a8d86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ matrix: env: V_REQUEST=latest - node_js: "6" env: V_REQUEST=latest + - node_js: "8" + env: V_REQUEST=latest + - node_js: "10" + env: V_REQUEST=latest before_install: - npm install tough-cookie From 4633d4c959b448b5d134a7bd65421cef6f25e7a2 Mon Sep 17 00:00:00 2001 From: analog-nico Date: Thu, 14 Feb 2019 15:00:23 -0800 Subject: [PATCH 2/2] fix: breaking change in tough-cookie v3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 824a7ce..7c90e6f 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ }, "dependencies": { "request-promise-core": "1.1.1", - "stealthy-require": "^1.1.0", - "tough-cookie": ">=2.3.3" + "stealthy-require": "^1.1.1", + "tough-cookie": "~2.3.3" }, "peerDependencies": { "request": "^2.34"