diff --git a/src/1-getting-started/1_hello_world/napi/package.json b/src/1-getting-started/1_hello_world/napi/package.json index 513b5622..3cfc8fbf 100644 --- a/src/1-getting-started/1_hello_world/napi/package.json +++ b/src/1-getting-started/1_hello_world/napi/package.json @@ -5,7 +5,7 @@ "main": "hello.js", "private": true, "dependencies": { - "bindings": "~1.2.1" + "bindings": "~1.5.0" }, "scripts": { "test": "node hello.js"