From 730d4d9d6a8f02e0f3e75e6d638116e409ba0a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:36:11 +0000 Subject: [PATCH] Bump typia from 10.0.2 to 10.1.0 in /src/dataGateway/TypeScript Bumps [typia](https://github.com/samchon/typia) from 10.0.2 to 10.1.0. - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v10.0.2...v10.1.0) --- updated-dependencies: - dependency-name: typia dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/dataGateway/TypeScript/package-lock.json | 17 +++++++++-------- src/dataGateway/TypeScript/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/dataGateway/TypeScript/package-lock.json b/src/dataGateway/TypeScript/package-lock.json index 1376746..f1ef041 100644 --- a/src/dataGateway/TypeScript/package-lock.json +++ b/src/dataGateway/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": "~10.0.2" + "typia": "~10.1.0" }, "devDependencies": { "@azure/core-auth": "~1.10.1", @@ -833,9 +833,9 @@ "license": "MIT" }, "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/@shi-corp/development-utilities": { @@ -2805,6 +2805,7 @@ "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", @@ -5977,12 +5978,12 @@ } }, "node_modules/typia": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/typia/-/typia-10.0.2.tgz", - "integrity": "sha512-KXrBj6bBOaumXhVu2wylu7AFZAjrpjVSz9S/mSG2PdbIlAcVhemGBeCV44BSIdMEX3wU1Ayan78is1JY9XlkDw==", + "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.0.1", + "@samchon/openapi": "^5.1.0", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", diff --git a/src/dataGateway/TypeScript/package.json b/src/dataGateway/TypeScript/package.json index 0a8378c..633c681 100644 --- a/src/dataGateway/TypeScript/package.json +++ b/src/dataGateway/TypeScript/package.json @@ -51,7 +51,7 @@ "dependencies": { "@microsoft/kiota-authentication-azure": "~1.0.0-preview.99", "@microsoft/kiota-bundle": "~1.0.0-preview.99", - "typia": "~10.0.2" + "typia": "~10.1.0" }, "overrides": { "function-bind": "npm:@socketregistry/function-bind@^1",