From f0294a17ee5e3922d11a11841e20b38b71c244c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 05:06:22 +0000 Subject: [PATCH] Bump node-addon-api Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 4.3.0 to 8.1.0. - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v4.3.0...node-addon-api-v8.1.0) --- updated-dependencies: - dependency-name: node-addon-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../typed_threadsafe_function/node-addon-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/6-threadsafe-function/typed_threadsafe_function/node-addon-api/package.json b/src/6-threadsafe-function/typed_threadsafe_function/node-addon-api/package.json index e92f4dfe..3576e7d8 100644 --- a/src/6-threadsafe-function/typed_threadsafe_function/node-addon-api/package.json +++ b/src/6-threadsafe-function/typed_threadsafe_function/node-addon-api/package.json @@ -7,7 +7,7 @@ "dependencies": { "bindings": "~1.2.1", "cmake-js": "^6.1.0", - "node-addon-api": "^4.0.0" + "node-addon-api": "^8.1.0" }, "scripts": { "test": "node index.js",