From 2a4c40663a5b0ea62061f50bf2bfd533e8905e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 06:38:39 +0000 Subject: [PATCH] Bump cmake-js in /typed_threadsafe_function/node-addon-api Bumps [cmake-js](https://github.com/cmake-js/cmake-js) from 6.3.2 to 7.2.1. - [Release notes](https://github.com/cmake-js/cmake-js/releases) - [Changelog](https://github.com/cmake-js/cmake-js/blob/master/changelog.md) - [Commits](https://github.com/cmake-js/cmake-js/compare/v6.3.2...v7.2.1) --- updated-dependencies: - dependency-name: cmake-js 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/typed_threadsafe_function/node-addon-api/package.json b/typed_threadsafe_function/node-addon-api/package.json index e92f4dfe..46c1cee3 100644 --- a/typed_threadsafe_function/node-addon-api/package.json +++ b/typed_threadsafe_function/node-addon-api/package.json @@ -6,7 +6,7 @@ "private": true, "dependencies": { "bindings": "~1.2.1", - "cmake-js": "^6.1.0", + "cmake-js": "^7.2.1", "node-addon-api": "^4.0.0" }, "scripts": {