From e672d4c157a6340b0da96412d720ababd9006ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:19:39 +0000 Subject: [PATCH] Bump the all group across 4 directories with 2 updates Bumps the all group with 1 update in the /src/5-async-work/async-iterator/node-addon-api directory: [cmake-js](https://github.com/cmake-js/cmake-js). Bumps the all group with 1 update in the /src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api directory: [cmake-js](https://github.com/cmake-js/cmake-js). Bumps the all group with 1 update in the /src/6-threadsafe-function/typed_threadsafe_function/node-addon-api directory: [cmake-js](https://github.com/cmake-js/cmake-js). Bumps the all group with 1 update in the /src/8-tooling/typescript_with_addon/node-addon-api directory: [typescript](https://github.com/microsoft/TypeScript). Updates `cmake-js` from 7.4.0 to 8.0.0 - [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/v7.4.0...v8.0.0) Updates `cmake-js` from 7.4.0 to 8.0.0 - [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/v7.4.0...v8.0.0) Updates `cmake-js` from 7.4.0 to 8.0.0 - [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/v7.4.0...v8.0.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: cmake-js dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: cmake-js dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: cmake-js dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- src/5-async-work/async-iterator/node-addon-api/package.json | 2 +- .../threadsafe-async-iterator/node-addon-api/package.json | 2 +- .../typed_threadsafe_function/node-addon-api/package.json | 2 +- src/8-tooling/typescript_with_addon/node-addon-api/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/5-async-work/async-iterator/node-addon-api/package.json b/src/5-async-work/async-iterator/node-addon-api/package.json index 36fa428b..e3f6b6ae 100644 --- a/src/5-async-work/async-iterator/node-addon-api/package.json +++ b/src/5-async-work/async-iterator/node-addon-api/package.json @@ -6,7 +6,7 @@ "private": true, "dependencies": { "bindings": "^1.5.0", - "cmake-js": "^7.3.0", + "cmake-js": "^8.0.0", "node-addon-api": "^8.1.0" }, "scripts": { diff --git a/src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api/package.json b/src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api/package.json index 1054630e..b470eebf 100644 --- a/src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api/package.json +++ b/src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api/package.json @@ -6,7 +6,7 @@ "private": true, "dependencies": { "bindings": "^1.5.0", - "cmake-js": "^7.3.0", + "cmake-js": "^8.0.0", "node-addon-api": "^8.1.0" }, "scripts": { 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 b52bf801..910fd728 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 @@ -6,7 +6,7 @@ "private": true, "dependencies": { "bindings": "~1.5.0", - "cmake-js": "^7.3.0", + "cmake-js": "^8.0.0", "node-addon-api": "^8.1.0" }, "scripts": { diff --git a/src/8-tooling/typescript_with_addon/node-addon-api/package.json b/src/8-tooling/typescript_with_addon/node-addon-api/package.json index f070d915..099df457 100644 --- a/src/8-tooling/typescript_with_addon/node-addon-api/package.json +++ b/src/8-tooling/typescript_with_addon/node-addon-api/package.json @@ -12,6 +12,6 @@ }, "devDependencies": { "ts-node": "^10.9.2", - "typescript": "^5.2.2" + "typescript": "^6.0.2" } }