From 0b86dd48815ebdc659666f61cc7f2ded85156dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:11:37 +0000 Subject: [PATCH] chore(deps): bump typia from 9.5.0 to 9.6.0 in the agent group Bumps the agent group with 1 update: [typia](https://github.com/samchon/typia). Updates `typia` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.5.0...v9.6.0) --- updated-dependencies: - dependency-name: typia dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e40a56e..cb414d0 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.10.1", - "typia": "^9.5.0" + "typia": "^9.6.0" }, "devDependencies": { "ts-node": "^10.9.2", @@ -456,9 +456,9 @@ "license": "MIT" }, "node_modules/@samchon/openapi": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.5.0.tgz", - "integrity": "sha512-zowWJBjoKC7PUjHGIGUz6Ka3UFkvHagJ/LrdW8hGMp+4JlKmyuN9BPggK+VnH5bf8V68fPqSGVLZppcFQDBNPQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.6.0.tgz", + "integrity": "sha512-h6NunOljbRJ1qiPIJCIckF0k3n3jBJZSSCFy/AjbmHSrAFwMeewHkWtTwQrZztVzcD0LsSQgTGRvPX1bclnVuA==", "license": "MIT" }, "node_modules/@standard-schema/spec": { @@ -1921,12 +1921,12 @@ } }, "node_modules/typia": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/typia/-/typia-9.5.0.tgz", - "integrity": "sha512-HVQ5BR95NAmlEO+NGRqKz+EOEXktAqjKdelhms1rIj68mdDI1TzA7MUfNa4D6Ois95PcDdCgq9gwZiO+HXFC/g==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.6.0.tgz", + "integrity": "sha512-ETTJRMlKbgY37P/pRLFx94pKVkVrbn0t7xvpLmNfL31P4fKOH3YX/wz5u2nicqsDo5kQLjy891c3hpV37MbJWQ==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.5.0", + "@samchon/openapi": "^4.6.0", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", diff --git a/package.json b/package.json index d7da47c..e18f147 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.10.1", - "typia": "^9.5.0" + "typia": "^9.6.0" } }