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" } }