From a208cc60aefa6590a2134e1b8def9ac16dd45dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:23:18 +0000 Subject: [PATCH] Bump typescript in /packages/types in the npm-minor-patch group Bumps the npm-minor-patch group in /packages/types with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- packages/types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/package.json b/packages/types/package.json index 7db6ce7af..cd3fe170e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,7 +18,7 @@ "zod": "^3" }, "devDependencies": { - "typescript": "^5.9.2", + "typescript": "^5.9.3", "zod": "^3" }, "scripts": {