diff --git a/bun.lockb b/bun.lockb index 99e42d07d..5e0eb6cb1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index fc8d4ad3f..a6243c2fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "ts-node": "10.9.2", "ts-runtime-checks": "0.6.2", "typescript": "5.6.3", - "typia": "7.0.1", + "typia": "7.0.2", "undici": "7.1.0", "unknownutil": "3.18.1", "valibot": "0.42.1", @@ -3014,9 +3014,9 @@ } }, "node_modules/@samchon/openapi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-2.0.0.tgz", - "integrity": "sha512-KqopzRMUKsz4ZSKTU1+AQfYbCs6f7AhiPbemWmTFe10Gx7c8qvPhb5NLBXQwgGrAF8rvxw5Ib+YFk1FDJtCNmg==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-2.0.1.tgz", + "integrity": "sha512-Vw/iaxqrWVIXlGuwsLPb7hCZUmhBm/ez0aCP3e/8hPWuA9+0sEWAODrvyyrR8elMzK6uXrRRK9a6KibTQ/jHPw==" }, "node_modules/@sapphire/shapeshift": { "version": "3.9.7", @@ -10595,11 +10595,11 @@ } }, "node_modules/typia": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/typia/-/typia-7.0.1.tgz", - "integrity": "sha512-8PVdcDQR86APrrFH0WMefWN5/TGGN/bBRGc+lf8nzj9VWEKtQgajmyQjitlBZhEHsaizdO7AgAznFsVt7TghdQ==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/typia/-/typia-7.0.2.tgz", + "integrity": "sha512-Wxl/2XK+KIyCmBpR8X8uopKJEtZHsvGF0G5ZgwDGaqzIF9wBdSqDnnuLRpOI/zIch+nDBhbpHdtCztp1RpGg2A==", "dependencies": { - "@samchon/openapi": "^2.0.0", + "@samchon/openapi": "^2.0.1", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", @@ -10610,8 +10610,8 @@ "typia": "lib/executable/typia.js" }, "peerDependencies": { - "@samchon/openapi": ">=2.0.0 <3.0.0", - "typescript": ">=4.8.0 <5.7.0" + "@samchon/openapi": ">=2.0.1 <3.0.0", + "typescript": ">=4.8.0 <5.8.0" } }, "node_modules/typia/node_modules/commander": { @@ -13591,9 +13591,9 @@ } }, "@samchon/openapi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-2.0.0.tgz", - "integrity": "sha512-KqopzRMUKsz4ZSKTU1+AQfYbCs6f7AhiPbemWmTFe10Gx7c8qvPhb5NLBXQwgGrAF8rvxw5Ib+YFk1FDJtCNmg==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-2.0.1.tgz", + "integrity": "sha512-Vw/iaxqrWVIXlGuwsLPb7hCZUmhBm/ez0aCP3e/8hPWuA9+0sEWAODrvyyrR8elMzK6uXrRRK9a6KibTQ/jHPw==" }, "@sapphire/shapeshift": { "version": "3.9.7", @@ -19009,11 +19009,11 @@ "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==" }, "typia": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/typia/-/typia-7.0.1.tgz", - "integrity": "sha512-8PVdcDQR86APrrFH0WMefWN5/TGGN/bBRGc+lf8nzj9VWEKtQgajmyQjitlBZhEHsaizdO7AgAznFsVt7TghdQ==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/typia/-/typia-7.0.2.tgz", + "integrity": "sha512-Wxl/2XK+KIyCmBpR8X8uopKJEtZHsvGF0G5ZgwDGaqzIF9wBdSqDnnuLRpOI/zIch+nDBhbpHdtCztp1RpGg2A==", "requires": { - "@samchon/openapi": "^2.0.0", + "@samchon/openapi": "^2.0.1", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", diff --git a/package.json b/package.json index 7be17b0e9..8cfaaf691 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "ts-node": "10.9.2", "ts-runtime-checks": "0.6.2", "typescript": "5.6.3", - "typia": "7.0.1", + "typia": "7.0.2", "undici": "7.1.0", "unknownutil": "3.18.1", "valibot": "0.42.1",