From 9fc035d0d75b4cdd39a2fbc9c5f12135b5b10127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:39:10 +0000 Subject: [PATCH] Bump typia from 9.7.2 to 10.0.2 in /src/urlShortener/TypeScript Bumps [typia](https://github.com/samchon/typia) from 9.7.2 to 10.0.2. - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.7.2...v10.0.2) --- updated-dependencies: - dependency-name: typia dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/urlShortener/TypeScript/package-lock.json | 16 ++++++++-------- src/urlShortener/TypeScript/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/urlShortener/TypeScript/package-lock.json b/src/urlShortener/TypeScript/package-lock.json index d357b49..b81657d 100644 --- a/src/urlShortener/TypeScript/package-lock.json +++ b/src/urlShortener/TypeScript/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@microsoft/kiota-authentication-azure": "~1.0.0-preview.99", "@microsoft/kiota-bundle": "~1.0.0-preview.99", - "typia": "~9.7.2" + "typia": "~10.0.2" }, "devDependencies": { "@azure/core-auth": "~1.10.1", @@ -827,9 +827,9 @@ "license": "MIT" }, "node_modules/@samchon/openapi": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.7.2.tgz", - "integrity": "sha512-yj6kGWHtKK85wfJXrSmWqLWjfCd98SAvCTsVDlej2s7OfXXHqA4hmgPRNrAPIQRVi00xn26qL1PChjq1MhzlRQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-5.0.1.tgz", + "integrity": "sha512-u5UYYBLDeCOFKaTm2hE4tRuxR1reNy/PrEZSQyBPUC+/O+IRa6jSHkiXMgtPVSxJK1s9fyhuJhfw+z5OT3myoQ==", "license": "MIT" }, "node_modules/@shi-corp/development-utilities": { @@ -5956,12 +5956,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.2", + "resolved": "https://registry.npmjs.org/typia/-/typia-10.0.2.tgz", + "integrity": "sha512-KXrBj6bBOaumXhVu2wylu7AFZAjrpjVSz9S/mSG2PdbIlAcVhemGBeCV44BSIdMEX3wU1Ayan78is1JY9XlkDw==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.7.1", + "@samchon/openapi": "^5.0.1", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", diff --git a/src/urlShortener/TypeScript/package.json b/src/urlShortener/TypeScript/package.json index f6607d7..0de5ca5 100644 --- a/src/urlShortener/TypeScript/package.json +++ b/src/urlShortener/TypeScript/package.json @@ -52,7 +52,7 @@ "dependencies": { "@microsoft/kiota-authentication-azure": "~1.0.0-preview.99", "@microsoft/kiota-bundle": "~1.0.0-preview.99", - "typia": "~9.7.2" + "typia": "~10.0.2" }, "overrides": { "function-bind": "npm:@socketregistry/function-bind@^1",