diff --git a/package-lock.json b/package-lock.json index 996987f..2dd6f54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@wrtnlabs/connector-google-docs": "^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", @@ -45,11 +45,32 @@ } }, "node_modules/@agentica/core/node_modules/@samchon/openapi": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-5.0.1.tgz", - "integrity": "sha512-u5UYYBLDeCOFKaTm2hE4tRuxR1reNy/PrEZSQyBPUC+/O+IRa6jSHkiXMgtPVSxJK1s9fyhuJhfw+z5OT3myoQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-5.1.0.tgz", + "integrity": "sha512-PudEhIB/YO+NJPv712+6U7H5qVGJ314QfOnabRxLWoR/A3Hw/wHuHq1Yeb1sdi1Xlx3dUWvGTKXuzE2qEfWR0w==", "license": "MIT" }, + "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", @@ -2248,12 +2269,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", @@ -2269,9 +2290,9 @@ } }, "node_modules/typia/node_modules/@samchon/openapi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-5.1.0.tgz", - "integrity": "sha512-PudEhIB/YO+NJPv712+6U7H5qVGJ314QfOnabRxLWoR/A3Hw/wHuHq1Yeb1sdi1Xlx3dUWvGTKXuzE2qEfWR0w==", + "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": { diff --git a/package.json b/package.json index d3d5fc2..26c7270 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "@wrtnlabs/connector-google-docs": "^0.1.506", "dotenv": "^16.4.7", "openai": "^6.15.0", - "typia": "^10.1.0" + "typia": "^11.0.0" } }