From b40a0364dd56f7df16ba67e8bcdc7e72ad949bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:55:03 +0000 Subject: [PATCH 1/2] Bump typescript from 5.2.2 to 7.0.2 in the typescript group Bumps the typescript group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.2.2 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: typescript ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 984317f..e407cab 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "grunt-cli": "^1.4.3", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "nyc": "^18.0.0", "codecov": "^3.8.3", "copyfiles": "^2.4.1" From 94a9acd6e5f88acac481cebf91412b1decd15866 Mon Sep 17 00:00:00 2001 From: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:58:50 -0700 Subject: [PATCH 2/2] chore: syncing versions and shrinkwrap --- dbg/package.json | 5 +++-- package.json | 3 ++- providers/package.json | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dbg/package.json b/dbg/package.json index 953c044..ba40da6 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -69,7 +69,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~7.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -108,7 +108,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -124,3 +124,4 @@ + diff --git a/package.json b/package.json index e407cab..d8b1f14 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~7.0.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -92,3 +92,4 @@ } + diff --git a/providers/package.json b/providers/package.json index 566a390..ae50649 100644 --- a/providers/package.json +++ b/providers/package.json @@ -70,7 +70,7 @@ "@nevware21/ts-debug": "0.1.0" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~7.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -109,7 +109,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -125,3 +125,4 @@ +