From afb0322512f1f5157274818a1557b62d76bee0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:10:32 +0000 Subject: [PATCH] build(deps-dev): bump typescript 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 `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- src/8-tooling/typescript_with_addon/node-addon-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f260d42e..94e12000 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 @@ -13,6 +13,6 @@ "devDependencies": { "cmake-js": "^8.0.0", "ts-node": "^10.9.2", - "typescript": "^6.0.2" + "typescript": "^7.0.2" } }