diff --git a/src/shield/TypeScript/package-lock.json b/src/shield/TypeScript/package-lock.json index b271caf..3fb656f 100644 --- a/src/shield/TypeScript/package-lock.json +++ b/src/shield/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/shield/TypeScript/package.json b/src/shield/TypeScript/package.json index a01e058..18c0343 100644 --- a/src/shield/TypeScript/package.json +++ b/src/shield/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": "~10.0.2" + "typia": "~10.1.0" }, "overrides": { "function-bind": "npm:@socketregistry/function-bind@^1",