diff --git a/package-lock.json b/package-lock.json index d3bd2cc..499fde3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,11 +8,11 @@ "name": "agentica.template.standalone", "version": "0.0.1", "dependencies": { - "@agentica/core": "^0.32.8", + "@agentica/core": "^0.34.0", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", - "openai": "^5.23.1", - "typia": "^9.7.2" + "openai": "^6.8.1", + "typia": "^10.0.0" }, "devDependencies": { "ts-node": "^10.9.2", @@ -21,22 +21,22 @@ } }, "node_modules/@agentica/core": { - "version": "0.32.8", - "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.32.8.tgz", - "integrity": "sha512-7Ww+vLFnYhgATNxpw6rueb/i8ID5UU8yeybIMwX8bQvoKjcFkbKQTBKN3zO3poxvQFGkigrZVut5ckTqehsKwA==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.34.0.tgz", + "integrity": "sha512-O9PtXfvCAZvQ+msTRZ768DLlYTqzh4voybCw3msd7tGVasYBqMohD1T874xpwdlDTTsao1CxMF3eyEeCxPuqkg==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.7.1", + "@samchon/openapi": "^5.0.0", "es-jsonkit": "^0.1.6", "tstl": "^3.0.0", - "typia": "^9.7.0", + "typia": "^10.0.0", "uuid": "^11.0.4" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.12.0", - "@samchon/openapi": "^4.7.1", - "openai": "^5.2.0", - "typia": "^9.7.0" + "@samchon/openapi": "^5.0.0", + "openai": "^6.7.0", + "typia": "^10.0.0" }, "peerDependenciesMeta": { "@modelcontextprotocol/sdk": { @@ -463,9 +463,9 @@ "license": "MIT" }, "node_modules/@samchon/openapi": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.7.1.tgz", - "integrity": "sha512-+rkMlSKMt7l3KGWJVWUle1CXEm0vA8FIF2rufHl+T1gN/gGrTEhL1gDK3FHYf8Nl5XReK0r1vL6Q2QTMwQN7xQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-5.0.0.tgz", + "integrity": "sha512-bZl3L+Irqn07ggrHMuR55WL6xYVClKBPWWtfmbMvoj/gAQx6ecPz3mg5zxDSY1XzoRB5XWc2DCSQuw1LkUHKuw==", "license": "MIT" }, "node_modules/@standard-schema/spec": { @@ -524,6 +524,33 @@ "typia": "^9.1.0" } }, + "node_modules/@wrtnlabs/connector-github/node_modules/@samchon/openapi": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.7.2.tgz", + "integrity": "sha512-yj6kGWHtKK85wfJXrSmWqLWjfCd98SAvCTsVDlej2s7OfXXHqA4hmgPRNrAPIQRVi00xn26qL1PChjq1MhzlRQ==", + "license": "MIT" + }, + "node_modules/@wrtnlabs/connector-github/node_modules/typia": { + "version": "9.7.2", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.7.2.tgz", + "integrity": "sha512-eLIKd0KHZtSvbsA+FYwX+Y0ZBt0BwVGz3GgODQX+6GfGL4DOzKW02LEx62oUZg6vCQX1BL5xyiPXAIdW+Hc51g==", + "license": "MIT", + "dependencies": { + "@samchon/openapi": "^4.7.1", + "@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/@wrtnlabs/connector-shared": { "version": "0.1.506", "resolved": "https://registry.npmjs.org/@wrtnlabs/connector-shared/-/connector-shared-0.1.506.tgz", @@ -539,6 +566,33 @@ "sharp": "^0.33.5" } }, + "node_modules/@wrtnlabs/connector-shared/node_modules/@samchon/openapi": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.7.2.tgz", + "integrity": "sha512-yj6kGWHtKK85wfJXrSmWqLWjfCd98SAvCTsVDlej2s7OfXXHqA4hmgPRNrAPIQRVi00xn26qL1PChjq1MhzlRQ==", + "license": "MIT" + }, + "node_modules/@wrtnlabs/connector-shared/node_modules/typia": { + "version": "9.7.2", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.7.2.tgz", + "integrity": "sha512-eLIKd0KHZtSvbsA+FYwX+Y0ZBt0BwVGz3GgODQX+6GfGL4DOzKW02LEx62oUZg6vCQX1BL5xyiPXAIdW+Hc51g==", + "license": "MIT", + "dependencies": { + "@samchon/openapi": "^4.7.1", + "@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/acorn": { "version": "8.14.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", @@ -1467,16 +1521,16 @@ } }, "node_modules/openai": { - "version": "5.23.1", - "resolved": "https://registry.npmjs.org/openai/-/openai-5.23.1.tgz", - "integrity": "sha512-APxMtm5mln4jhKhAr0d5zP9lNsClx4QwJtg8RUvYSSyxYCTHLNJnLEcSHbJ6t0ori8Pbr9HZGfcPJ7LEy73rvQ==", + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/openai/-/openai-6.8.1.tgz", + "integrity": "sha512-ACifslrVgf+maMz9vqwMP4+v9qvx5Yzssydizks8n+YUJ6YwUoxj51sKRQ8HYMfR6wgKLSIlaI108ZwCk+8yig==", "license": "Apache-2.0", "bin": { "openai": "bin/cli" }, "peerDependencies": { "ws": "^8.18.0", - "zod": "^3.23.8" + "zod": "^3.25 || ^4.0" }, "peerDependenciesMeta": { "ws": { @@ -1934,12 +1988,12 @@ } }, "node_modules/typia": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/typia/-/typia-9.7.2.tgz", - "integrity": "sha512-eLIKd0KHZtSvbsA+FYwX+Y0ZBt0BwVGz3GgODQX+6GfGL4DOzKW02LEx62oUZg6vCQX1BL5xyiPXAIdW+Hc51g==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/typia/-/typia-10.0.0.tgz", + "integrity": "sha512-7AVlM4V4KF0ZOuTpMU4BmYBD82v9cPaDDZNVcoh7UZEZfO36b7D5obmPywzXnY4WkHe59xM0BE7BmsOko8VA5w==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.7.1", + "@samchon/openapi": "^5.0.0", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", @@ -2058,17 +2112,6 @@ "engines": { "node": ">=6" } - }, - "node_modules/zod": { - "version": "3.24.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz", - "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==", - "license": "MIT", - "optional": true, - "peer": true, - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } } } } diff --git a/package.json b/package.json index 8da8fc9..936bd9f 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "typescript": "^5.9.3" }, "dependencies": { - "@agentica/core": "^0.32.8", + "@agentica/core": "^0.34.0", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", - "openai": "^5.23.1", - "typia": "^9.7.2" + "openai": "^6.8.1", + "typia": "^10.0.0" } }