From 7286fa27f622152e6b4443cc0efaba5eeb28e972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 15:27:36 +0000 Subject: [PATCH] Bump node-addon-api in /build_with_cmake/node-addon-api Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 1.7.2 to 7.0.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/1.7.2...v7.0.0) --- updated-dependencies: - dependency-name: node-addon-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build_with_cmake/node-addon-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_with_cmake/node-addon-api/package.json b/build_with_cmake/node-addon-api/package.json index 6aedf0d0..0ae130e5 100644 --- a/build_with_cmake/node-addon-api/package.json +++ b/build_with_cmake/node-addon-api/package.json @@ -6,7 +6,7 @@ "private": true, "dependencies": { "bindings": "~1.2.1", - "node-addon-api": "^1.0.0" + "node-addon-api": "^7.0.0" }, "scripts": { "install": "cmake-js compile",