From f2ce0b055b4fac44d4c189d9e7911fed5ba619af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:36:51 +0000 Subject: [PATCH] Bump bindings from 1.2.1 to 1.5.0 in /1_hello_world/napi Bumps [bindings](https://github.com/TooTallNate/node-bindings) from 1.2.1 to 1.5.0. - [Release notes](https://github.com/TooTallNate/node-bindings/releases) - [Commits](https://github.com/TooTallNate/node-bindings/compare/v1.2.1...1.5.0) --- updated-dependencies: - dependency-name: bindings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 1_hello_world/napi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_hello_world/napi/package.json b/1_hello_world/napi/package.json index 513b5622..3cfc8fbf 100644 --- a/1_hello_world/napi/package.json +++ b/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"