From d2ee515bbc0f14f7e55bb1c78628f72c2d2ce5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:27:02 +0000 Subject: [PATCH] build(deps-dev): bump typescript in /benchmark/bun-next Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v7.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- benchmark/bun-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/bun-next/package.json b/benchmark/bun-next/package.json index e23b3331..9aba5db8 100644 --- a/benchmark/bun-next/package.json +++ b/benchmark/bun-next/package.json @@ -17,6 +17,6 @@ "@types/bun": "1.3.14", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", - "typescript": "5.9.3" + "typescript": "7.0.2" } }