diff --git a/package-lock.json b/package-lock.json index 92559af..de47d51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^6.15.0", - "typia": "^10.1.0" + "typia": "^11.0.0" }, "devDependencies": { "ts-node": "^10.9.2", @@ -44,6 +44,27 @@ } } }, + "node_modules/@agentica/core/node_modules/typia": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/typia/-/typia-10.1.0.tgz", + "integrity": "sha512-lKeDr+hv9hJgZbQhXtGZ2CUtGNaG6zN9Bz+t9fPIaaFcAbYbZstoo7887eqkCfg+C19QfNGRyGtLwiALvovczA==", + "license": "MIT", + "dependencies": { + "@samchon/openapi": "^5.1.0", + "@standard-schema/spec": "^1.0.0", + "commander": "^10.0.0", + "comment-json": "^4.2.3", + "inquirer": "^8.2.5", + "package-manager-detector": "^0.2.0", + "randexp": "^0.5.3" + }, + "bin": { + "typia": "lib/executable/typia.js" + }, + "peerDependencies": { + "typescript": ">=4.8.0 <5.10.0" + } + }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", @@ -1990,12 +2011,12 @@ } }, "node_modules/typia": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/typia/-/typia-10.1.0.tgz", - "integrity": "sha512-lKeDr+hv9hJgZbQhXtGZ2CUtGNaG6zN9Bz+t9fPIaaFcAbYbZstoo7887eqkCfg+C19QfNGRyGtLwiALvovczA==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.0.tgz", + "integrity": "sha512-h1dQFo7m8XOzYkJ+YsxfAeWZeqroV81d+gXS168J4jFWjGp+47k/NizSXr/G/CXBCLlWSK86qfzoWTCPJeonIg==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^5.1.0", + "@samchon/openapi": "^6.0.0", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", @@ -2010,6 +2031,12 @@ "typescript": ">=4.8.0 <5.10.0" } }, + "node_modules/typia/node_modules/@samchon/openapi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-6.0.0.tgz", + "integrity": "sha512-6HnP9gf+RfdEYVuoqv9CCIHyZvSq2wktu8LuFdwzS8fTif+/cp6dN15oWmeGM6e+k3zn5H7LBepaU22pr3YiAg==", + "license": "MIT" + }, "node_modules/undici-types": { "version": "6.20.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", diff --git a/package.json b/package.json index 54636a8..b0b8053 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^6.15.0", - "typia": "^10.1.0" + "typia": "^11.0.0" } }