From 707c05b5f5edb13363bd702be7800ccc11086d67 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 4 Jan 2018 21:36:06 +0000 Subject: [PATCH] Update libvips dependency minimum to v8.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82bef6ca..df488c77 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ }, "license": "Apache-2.0", "config": { - "libvips": "8.6.0" + "libvips": "8.6.1" }, "engines": { "node": ">=4.5.0"