From f23ba592a5d672259741ef911cf866841e332fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:57:34 +0000 Subject: [PATCH] Update typia requirement from ^6.12.0 to ^6.12.1 in the samchon group Updates the requirements on [typia](https://github.com/samchon/typia) to permit the latest version. Updates `typia` to 6.12.1 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v6.12.0...v6.12.1) --- updated-dependencies: - dependency-name: typia dependency-type: direct:production dependency-group: samchon ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bb9912..9c9a820 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "source-map-support": "^0.5.19", "tgrid": "^1.0.3", "tstl": "^3.0.0", - "typia": "^6.12.0", + "typia": "^6.12.1", "uuid": "^10.0.0" }, "private": true