From c7a9cffe6a78b510532488654304455f02b3eebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 15:26:38 +0000 Subject: [PATCH] Bump bindings from 1.2.1 to 1.5.0 in /4_object_factory/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] --- 4_object_factory/napi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4_object_factory/napi/package.json b/4_object_factory/napi/package.json index ce8cfceb..6057fb31 100644 --- a/4_object_factory/napi/package.json +++ b/4_object_factory/napi/package.json @@ -6,6 +6,6 @@ "private": true, "gypfile": true, "dependencies": { - "bindings": "~1.2.1" + "bindings": "~1.5.0" } }