From 3c9f2e678719d20caeb597dcd0faf7b0f934e194 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 2 Nov 2018 07:14:59 +0000 Subject: [PATCH 1/2] fix(package): update node-zopfli-es to version 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ada4d35..85e00897 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "iltorb": "^2.0.0", "lru-cache": "^4.0.0", "multipipe": "^2.0.0", - "node-zopfli-es": "^0.0.2", + "node-zopfli-es": "^1.0.0", "on-headers": "^1.0.0", "stream-buffers": "^3.0.0", "vary": "^1.1.0" From afba144960d64ba8a1e46dd4a7958338c3ce39d3 Mon Sep 17 00:00:00 2001 From: Arturas Date: Fri, 2 Nov 2018 09:40:30 +0000 Subject: [PATCH 2/2] Set node version requirement to 8.x to match that of node-zopfli-es --- .travis.yml | 1 - package.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f0f82cb..212fd0a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false node_js: - stable - lts/boron - - lts/carbon cache: directories: diff --git a/package.json b/package.json index 85e00897..3e679dd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shrink-ray-current", "description": "Node.js compression middleware with brotli and zopfli support", - "version": "2.1.2", + "version": "3.0.0", "contributors": [ "Arturas Molcanovas (https://alorel.github.io)", "Douglas Christopher Wilson ", @@ -48,11 +48,11 @@ "coveralls": "^3.0.0", "expect": "^23.0.0", "mocha": "^5.0.0", - "nyc": "^12.0.1", + "nyc": "^13.1.0", "supertest": "^3.0.0" }, "engines": { - "node": ">=6.0" + "node": ">=8.0" }, "scripts": { "reinstall": "rm -rf node_modules package-lock.json && npm install",