From 43c366bac28285bc8bfdcddb156517c85858540d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 12:35:46 +0000 Subject: [PATCH] chore(deps): update dependency typia to v9 --- package-lock.json | 25 ++++++++++++++++--------- package.json | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdbe372..c72f57d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "the-new-css-reset": "^1.11.3", "ts-patch": "^3.3.0", "typescript": "~5.8.2", - "typia": "^8.0.0" + "typia": "^9.0.0" } }, "node_modules/@babel/code-frame": { @@ -1319,9 +1319,16 @@ } }, "node_modules/@samchon/openapi": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-3.3.0.tgz", - "integrity": "sha512-f8HMS0PVAKTGR0TwgiBX4PKlZRPfdtH5fJbtpUth3fMUZmikjZ7CBey8gX7HZgY4n/aYHyNQKcf/W/E2267oYw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.5.0.tgz", + "integrity": "sha512-zowWJBjoKC7PUjHGIGUz6Ka3UFkvHagJ/LrdW8hGMp+4JlKmyuN9BPggK+VnH5bf8V68fPqSGVLZppcFQDBNPQ==", + "dev": true, + "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==", "dev": true, "license": "MIT" }, @@ -6120,13 +6127,14 @@ } }, "node_modules/typia": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/typia/-/typia-8.2.0.tgz", - "integrity": "sha512-DAQl9CLItDwMd4k4HnaExxv6wjBFLW04WqGBQEnOpylq2YmZsM6HTj4Bfxxp3wtgAsMXZTugAdQRPsFOxMiRrQ==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.5.0.tgz", + "integrity": "sha512-HVQ5BR95NAmlEO+NGRqKz+EOEXktAqjKdelhms1rIj68mdDI1TzA7MUfNa4D6Ois95PcDdCgq9gwZiO+HXFC/g==", "dev": true, "license": "MIT", "dependencies": { - "@samchon/openapi": "^3.3.0", + "@samchon/openapi": "^4.5.0", + "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", @@ -6137,7 +6145,6 @@ "typia": "lib/executable/typia.js" }, "peerDependencies": { - "@samchon/openapi": ">=3.3.0 <4.0.0", "typescript": ">=4.8.0 <5.9.0" } }, diff --git a/package.json b/package.json index 8981000..f0fe2c8 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "the-new-css-reset": "^1.11.3", "ts-patch": "^3.3.0", "typescript": "~5.8.2", - "typia": "^8.0.0" + "typia": "^9.0.0" } }