From ed9d82b62cd76d5401ca82fa9880b6127fa6a020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 19:18:46 +0000 Subject: [PATCH] chore(deps): bump typia from 9.6.0 to 9.6.1 in the agent group Bumps the agent group with 1 update: [typia](https://github.com/samchon/typia). Updates `typia` from 9.6.0 to 9.6.1 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: typia dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19267d8..a639fab 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.11.0", - "typia": "^9.6.0" + "typia": "^9.6.1" }, "devDependencies": { "ts-node": "^10.9.2", @@ -1921,9 +1921,9 @@ } }, "node_modules/typia": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/typia/-/typia-9.6.0.tgz", - "integrity": "sha512-ETTJRMlKbgY37P/pRLFx94pKVkVrbn0t7xvpLmNfL31P4fKOH3YX/wz5u2nicqsDo5kQLjy891c3hpV37MbJWQ==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.6.1.tgz", + "integrity": "sha512-AXW1SeeGeOdG92tyTll+9kr4w/AsD+LgwNZK3RL4A5ZMjqvoVmdv0slPNWxV5B+obCCotgIWhBbNrft8nUPOog==", "license": "MIT", "dependencies": { "@samchon/openapi": "^4.6.0", @@ -1938,7 +1938,7 @@ "typia": "lib/executable/typia.js" }, "peerDependencies": { - "typescript": ">=4.8.0 <5.9.0" + "typescript": ">=4.8.0 <5.10.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index ab94511..ed94281 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.11.0", - "typia": "^9.6.0" + "typia": "^9.6.1" } }