From 0acde9f7b055c96a0e365c8f202aaf6aeccef204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 15:33:52 +0000 Subject: [PATCH] Bump bindings from 1.2.1 to 1.5.0 in /1_hello_world/nan 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/nan/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_hello_world/nan/package.json b/1_hello_world/nan/package.json index b09778c3..f6e598aa 100644 --- a/1_hello_world/nan/package.json +++ b/1_hello_world/nan/package.json @@ -5,7 +5,7 @@ "main": "hello.js", "private": true, "dependencies": { - "bindings": "~1.2.1", + "bindings": "~1.5.0", "nan": "^2.0.0" }, "scripts": {