From 943fd6c185ffd36e1440609024b8c7c57093b68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:33:34 +0000 Subject: [PATCH 1/2] build(deps-dev): bump typescript 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 4cee5f8..fdbda20 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "puppeteer": "^25.1.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5" } } From 8bca563c30fff1d9169355ee2891fab68176163f Mon Sep 17 00:00:00 2001 From: nevware21-bot <252503968+nevware21-bot@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:33:09 -0700 Subject: [PATCH 2/2] chore: syncing versions and shrinkwrap --- core/package.json | 3 ++- shim/chai/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index 77fbb1c..1bb674f 100644 --- a/core/package.json +++ b/core/package.json @@ -100,10 +100,11 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } } + diff --git a/shim/chai/package.json b/shim/chai/package.json index 090bcb7..bb5482b 100644 --- a/shim/chai/package.json +++ b/shim/chai/package.json @@ -101,10 +101,11 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } } +