From b76e46176699f6bbb6576ad6ec1698a76f4b0913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 01:01:21 +0000 Subject: [PATCH] chore(deps): update dependency typia to v12 --- package-lock.json | 60 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 49 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2606696..8aeb50a 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.9.2", - "typia": "^11.0.0" + "typia": "^12.0.0" } }, "node_modules/@babel/code-frame": { @@ -673,13 +673,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "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==", - "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", @@ -918,6 +911,46 @@ "@types/node": "*" } }, + "node_modules/@typia/core": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@typia/core/-/core-12.0.1.tgz", + "integrity": "sha512-w7BZDLliZ4sJJW6WNN2cMhpLhKHghRELRZynCsfX1eFbQqsi3/lVtvpkTBSzEZXzuFJjb6VxyugB/e2gIZZeKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typia/interface": "^12.0.1", + "@typia/utils": "^12.0.1" + } + }, + "node_modules/@typia/interface": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@typia/interface/-/interface-12.0.1.tgz", + "integrity": "sha512-HUlNN6Iqq3LXecVCzoSdwTYIZ4dq7eYRbUsNREPvtM10Ej1J2dKIH6zCEl9Ey0tQhcAwexdbubfLOSUQQYCD5A==", + "dev": true, + "license": "MIT" + }, + "node_modules/@typia/transform": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@typia/transform/-/transform-12.0.1.tgz", + "integrity": "sha512-SX4VCRPHTxRY3l99iU74yn8iqZIQ0DE4939n+XYoojKlvFVmTlg/OCMxsWq3xe6Qw19Vaa8bdcXGV4tx+TAlqw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typia/core": "^12.0.1", + "@typia/interface": "^12.0.1", + "@typia/utils": "^12.0.1" + } + }, + "node_modules/@typia/utils": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@typia/utils/-/utils-12.0.1.tgz", + "integrity": "sha512-JIKsRhY4jxLtl/obttkR3vGp8d8hPysY6g0PUsIEDZ9/OO85OU7q8lYhu2GkZOJN/7htyqP+95GhpSNt2uELBQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typia/interface": "^12.0.1" + } + }, "node_modules/@webassemblyjs/ast": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", @@ -5316,14 +5349,17 @@ } }, "node_modules/typia": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.3.tgz", - "integrity": "sha512-L7x7WzOCpFyNCauWl6VYJVEG9EHZi5EPNBRzxTO1luaLCd6WEDf+xrJNT+hMZ8U+0X7hCsR1EUpi29LdHhvCvA==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/typia/-/typia-12.0.1.tgz", + "integrity": "sha512-meL2qpo6yYFj6wC5coz7T3XpQT9+UjdHErhw46jGfmLFJUq6Za74B0/KYMDRjLxF/0Fd63oVx6X3+MUlI1ZJcQ==", "dev": true, "license": "MIT", "dependencies": { - "@samchon/openapi": "^6.0.0", "@standard-schema/spec": "^1.0.0", + "@typia/core": "^12.0.1", + "@typia/interface": "^12.0.1", + "@typia/transform": "^12.0.1", + "@typia/utils": "^12.0.1", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", diff --git a/package.json b/package.json index f7a58a6..bca0869 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "the-new-css-reset": "^1.11.3", "ts-patch": "^3.3.0", "typescript": "^5.9.2", - "typia": "^11.0.0" + "typia": "^12.0.0" }, "overrides": { "@ryoppippi/unplugin-typia": {