From 66c198bc09b69c06421a47e925029ff77dda8fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:08:42 +0000 Subject: [PATCH] Update typia requirement Updates the requirements on [typia](https://github.com/samchon/typia) to permit the latest version. Updates `typia` to 7.3.0 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v7.1.0...v7.3.0) --- 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 c6fd5e7b3..74e708bbc 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.1.0", + "typia": "^7.3.0", "uuid": "^9.0.1" } } \ No newline at end of file