From 6e5173f928116a600190af2bb36eaafb640c03bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 18:14:59 +0000 Subject: [PATCH] chore(deps): bump typia in /templates/typescript-tests Bumps [typia](https://github.com/samchon/typia) from 9.7.2 to 11.0.3. - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.7.2...v11.0.3) --- updated-dependencies: - dependency-name: typia dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- templates/typescript-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/typescript-tests/package.json b/templates/typescript-tests/package.json index 3d9180450b..ac3cbcb815 100644 --- a/templates/typescript-tests/package.json +++ b/templates/typescript-tests/package.json @@ -20,7 +20,7 @@ "koa-bodyparser": "^4.4.1", "ts-patch": "^3.3.0", "tsconfig-paths": "^4.2.0", - "typia": "^9.6.1", + "typia": "^11.0.3", "drizzle-orm": "latest", "zod": "^3.24.2" },