diff --git a/package-lock.json b/package-lock.json index d3259cf..5c0607a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.1.1", "license": "MIT", "dependencies": { - "typia": "~12.0.2", + "typia": "~12.1.1", "uuid": "~14.0.0" }, "devDependencies": { @@ -1135,39 +1135,39 @@ } }, "node_modules/@typia/core": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/@typia/core/-/core-12.0.2.tgz", - "integrity": "sha512-FUrH0dVOx+hPn8TD+ROQYiMlt7Ztx21AfqRozrI2gE3+DlPOP5o9eC8Lu6SRRqc9eWl4/STTpzKFLXPrGZJmuQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@typia/core/-/core-12.1.1.tgz", + "integrity": "sha512-SfyugTNTCJa75pVwSXwfx6SwvS5YcNOCBg8VjxqykhSgCyoAXkZtc2PsWEkeeaB8EPut1JRBCrzlWtsXo1EZ8Q==", "license": "MIT", "dependencies": { - "@typia/interface": "^12.0.2", - "@typia/utils": "^12.0.2" + "@typia/interface": "^12.1.1", + "@typia/utils": "^12.1.1" } }, "node_modules/@typia/interface": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/@typia/interface/-/interface-12.0.2.tgz", - "integrity": "sha512-PmUG624f6BSpNAJV0Gf0hwMSF29VSl8neArvxa+sPSq33ETGJZYrVhzqO67+n2LZCdzYmEdFbpNlr3jnyAl2aA==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@typia/interface/-/interface-12.1.1.tgz", + "integrity": "sha512-FKLpgNX1mrGnPfeXhU6ztRyMhLvuK13OY8MgqaIucl59XNyCVtcRqgnCMc7dJGLpXEveVp3N5a5VGyZdNUHnCQ==", "license": "MIT" }, "node_modules/@typia/transform": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/@typia/transform/-/transform-12.0.2.tgz", - "integrity": "sha512-vv5pLNY6e2Zyg5doqPv1vo+mTfovO8TAPt6bDfz1OCsgaWR/LjFfMB0ziAoCPP2ePF4WWuGUe+z9o9wdlXmegA==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@typia/transform/-/transform-12.1.1.tgz", + "integrity": "sha512-RbWB9L/aqcBTbPrJBOYpIg8IyQh6eGliElAFww40F7QlgsXIlk13twjTV3EEWXvgvOTl5eOSDWUKYgL7iAgoOw==", "license": "MIT", "dependencies": { - "@typia/core": "^12.0.2", - "@typia/interface": "^12.0.2", - "@typia/utils": "^12.0.2" + "@typia/core": "^12.1.1", + "@typia/interface": "^12.1.1", + "@typia/utils": "^12.1.1" } }, "node_modules/@typia/utils": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/@typia/utils/-/utils-12.0.2.tgz", - "integrity": "sha512-LeiMdZbGnIXTwmJIYoW9ROmkbFRKQCFHNapodP23qx97ojIfF8FdFIez4or6JUnNEFTXKTKD4ITtHA/gpuE6sw==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@typia/utils/-/utils-12.1.1.tgz", + "integrity": "sha512-RQSHMEyVfPnpQJHGfFe2pxU1H5lJPUBF9CQcCB6/EtI+QKcBj/QmQBOJX7a/WRyvC5ojJlJGL0DEylufhBKxkQ==", "license": "MIT", "dependencies": { - "@typia/interface": "^12.0.2" + "@typia/interface": "^12.1.1" } }, "node_modules/@unrs/resolver-binding-android-arm-eabi": { @@ -4413,16 +4413,16 @@ } }, "node_modules/typia": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/typia/-/typia-12.0.2.tgz", - "integrity": "sha512-0RBUxrar8Hztee6gSdBPR1scDBJAPp3k0ut4C3H6ri8+D6nVnGmWvsrnl5fOxHdLDtCC/gxZ4rhp2ivf0jom+g==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/typia/-/typia-12.1.1.tgz", + "integrity": "sha512-sgUjpsSW8EhvVoLVbalMyejo9XT42cJUPqFPmXPdf/bIh7xY0rIiNF4CJc9oTXZpqtiZR9II7M8qZ0dYkg93Gw==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", - "@typia/core": "^12.0.2", - "@typia/interface": "^12.0.2", - "@typia/transform": "^12.0.2", - "@typia/utils": "^12.0.2", + "@typia/core": "^12.1.1", + "@typia/interface": "^12.1.1", + "@typia/transform": "^12.1.1", + "@typia/utils": "^12.1.1", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", @@ -4433,7 +4433,7 @@ "typia": "lib/executable/typia.js" }, "peerDependencies": { - "typescript": ">=4.8.0 <5.10.0" + "typescript": ">=4.8.0 <7.0.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 82ff3b3..a777aee 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "author": "Elliot Huffman ", "license": "MIT", "dependencies": { - "typia": "~12.0.2", + "typia": "~12.1.1", "uuid": "~14.0.0" }, "devDependencies": {