From 9dba87d7ac20d485bd6de675a0cbfcf68e913e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 09:36:28 +0000 Subject: [PATCH] Update typia requirement in /packages/api in the samchon group Updates the requirements on [typia](https://github.com/samchon/typia) to permit the latest version. Updates `typia` to 9.7.0 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.6.1...v9.7.0) --- updated-dependencies: - dependency-name: typia dependency-version: 9.7.0 dependency-type: direct:production dependency-group: samchon ... Signed-off-by: dependabot[bot] --- packages/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/package.json b/packages/api/package.json index 9ab2544..4fbe8ee 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/samchon/backend#readme", "dependencies": { "@nestia/fetcher": "^7.3.2", - "typia": "^9.6.1" + "typia": "^9.7.0" }, "include": [ "lib",