From 863f29f8fe29887a705513a9b74f84ca4b0f3784 Mon Sep 17 00:00:00 2001 From: xzyfer Date: Sat, 10 Mar 2018 12:25:35 +1100 Subject: [PATCH] Bump minimum nan@2.9.2 I ran into [an issue][1] compiling the iojs 3 binary on OSX. This sound affect anyone in reality but just in case. [1]: https://github.com/nodejs/nan/pull/728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91b28442f..13b02e7c2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "lodash.mergewith": "^4.6.0", "meow": "^3.7.0", "mkdirp": "^0.5.1", - "nan": "^2.3.2", + "nan": "^2.9.2", "node-gyp": "^3.3.1", "npmlog": "^4.0.0", "request": "~2.79.0",