From ac8dbd7d0c3b89f24c18a71187752ebe24427b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:16:40 +0000 Subject: [PATCH] chore(deps): bump typia from 9.7.1 to 9.7.2 in the agent group Bumps the agent group with 1 update: [typia](https://github.com/samchon/typia). Updates `typia` from 9.7.1 to 9.7.2 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.7.1...v9.7.2) --- updated-dependencies: - dependency-name: typia dependency-version: 9.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a97f511..46e2a74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.16.0", - "typia": "^9.7.1" + "typia": "^9.7.2" }, "devDependencies": { "ts-node": "^10.9.2", @@ -1927,9 +1927,9 @@ } }, "node_modules/typia": { - "version": "9.7.1", - "resolved": "https://registry.npmjs.org/typia/-/typia-9.7.1.tgz", - "integrity": "sha512-HY9hhvAPhFvFHfjA3Ny1DmucUyrbsFalt+wr58oBJyNBFUxE6nTF8aJSpLOv1Bav6dZslNh39MEez0s7qLB1jw==", + "version": "9.7.2", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.7.2.tgz", + "integrity": "sha512-eLIKd0KHZtSvbsA+FYwX+Y0ZBt0BwVGz3GgODQX+6GfGL4DOzKW02LEx62oUZg6vCQX1BL5xyiPXAIdW+Hc51g==", "license": "MIT", "dependencies": { "@samchon/openapi": "^4.7.1", diff --git a/package.json b/package.json index 86725e3..174aa27 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.16.0", - "typia": "^9.7.1" + "typia": "^9.7.2" } }