From ece3d2de3a4e5a96fccb6a47fa09b851e51dccc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 15:26:03 +0000 Subject: [PATCH] Bump bindings in /thread_safe_function_round_trip/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] --- thread_safe_function_round_trip/napi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread_safe_function_round_trip/napi/package.json b/thread_safe_function_round_trip/napi/package.json index b00cf6e5..3f09af52 100644 --- a/thread_safe_function_round_trip/napi/package.json +++ b/thread_safe_function_round_trip/napi/package.json @@ -5,7 +5,7 @@ "main": "index.js", "private": true, "dependencies": { - "bindings": "~1.2.1" + "bindings": "~1.5.0" }, "engines": { "node": ">= 10.6.0"