From 7980341923e957a45b33edcb6a2b58768a7cf16f Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 23 Aug 2020 15:36:03 +0100 Subject: [PATCH] Upgrade libvips to v8.10.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index debf207e..92cb6f24 100644 --- a/package.json +++ b/package.json @@ -131,15 +131,15 @@ "icc": "^2.0.0", "license-checker": "^25.0.1", "mocha": "^8.1.1", - "mock-fs": "^4.12.0", + "mock-fs": "^4.13.0", "nyc": "^15.1.0", - "prebuild": "^10.0.0", + "prebuild": "^10.0.1", "rimraf": "^3.0.2", "semistandard": "^14.2.3" }, "license": "Apache-2.0", "config": { - "libvips": "8.10.0-rc4", + "libvips": "8.10.0", "runtime": "napi", "target": 3 },