From 2361a9d53b43d356c6d3400bc2c2cecdf376e218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 17:19:13 +0000 Subject: [PATCH] chore(deps): bump typia from 9.1.1 to 9.2.0 in the agent group Bumps the agent group with 1 update: [typia](https://github.com/samchon/typia). Updates `typia` from 9.1.1 to 9.2.0 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.1.1...v9.2.0) --- updated-dependencies: - dependency-name: typia dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++++------ package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97792e9..012683f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^4.97.0", - "typia": "^9.1.1" + "typia": "^9.2.0" }, "devDependencies": { "ts-node": "^10.9.2", @@ -483,6 +483,12 @@ "integrity": "sha512-OIgKBbUtWf0bcv3PRGwm1CbOeZsVC8qGE0H7xXEtUwqbin9O3czhWf9jxP90GGEw55joNJyV2fXZ3eWBm45O5g==", "license": "MIT" }, + "node_modules/@standard-schema/spec": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz", + "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==", + "license": "MIT" + }, "node_modules/@tsconfig/node10": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", @@ -2938,12 +2944,13 @@ } }, "node_modules/typia": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/typia/-/typia-9.1.1.tgz", - "integrity": "sha512-fMgrd2VLGZoDjZZwWlgriotUiG38UEzcMD0ToJOhQ0bPr966mit0ZEy5TnDhm2RidXfejZOqHb7iOoTG3VHd4w==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.2.0.tgz", + "integrity": "sha512-XvLnH32MziXohOopp7hgxK5BqAXTOSUh0kNdmau9lDwWzs1kA9l/jy3rS5y/AVyKPwBG4dO/9DmBKpe3AqJpSw==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.0.0", + "@samchon/openapi": "^4.2.0", + "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", @@ -2954,7 +2961,7 @@ "typia": "lib/executable/typia.js" }, "peerDependencies": { - "@samchon/openapi": ">=4.0.0 <5.0.0", + "@samchon/openapi": ">=4.2.0 <5.0.0", "typescript": ">=4.8.0 <5.9.0" } }, diff --git a/package.json b/package.json index 32dc076..1d40a2b 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^4.97.0", - "typia": "^9.1.1" + "typia": "^9.2.0" } }