From 75707b24aa9b64c6a9bd49f64e7b819c4373c1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:44:26 +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.5.1 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v7.5.0...v7.5.1) --- 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 b959fd943..b79303a0a 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.5.0", + "typia": "^7.5.1", "uuid": "^9.0.1" } } \ No newline at end of file