From 34038df0c3c7d8bba3c276fdaa3860e7d0051bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:28:17 +0000 Subject: [PATCH] Update typia requirement in /test in the samchon group Updates the requirements on [typia](https://github.com/samchon/typia) to permit the latest version. Updates `typia` to 7.4.2 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v7.4.1...v7.4.2) --- updated-dependencies: - dependency-name: typia dependency-type: direct:production dependency-group: samchon ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 829a48f7a..c943b595a 100644 --- a/test/package.json +++ b/test/package.json @@ -55,7 +55,7 @@ "multer": "^1.4.5-lts.1", "tgrid": "^1.1.0", "tstl": "^3.0.0", - "typia": "^7.4.1", + "typia": "^7.4.2", "uuid": "^9.0.1" } } \ No newline at end of file