From 0856005f88d79840ef17347198d9632d9d49d52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 09:46:51 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /scripts Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index dadb28c..9003379 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "ts-node": "^10.9.0", - "typescript": "^5.5.0" + "typescript": "^6.0.3" } }