diff --git a/package-lock.json b/package-lock.json index 63c78ad..a11928f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.22.0" + "typescript-to-lua": "^1.23.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13894,9 +13894,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -13906,9 +13906,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.22.0.tgz", - "integrity": "sha512-6rMbWj/NsNQ/phNFVtMZj5LdHucUPdrmKP4VFsynM7SGtm2zR2RMLnZcJM3unrDb1VCAR6FnL7GJoKp77yM5qw==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.23.0.tgz", + "integrity": "sha512-DZ6RWdtT058I2TtXl2odQxyPSdIg0+gGGwNG7zof0mxfFb55x2uRzzve7hfJ/yElP2osTSU6GAwt0zVkPmIt2w==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", @@ -13923,7 +13923,7 @@ "node": ">=16.10.0" }, "peerDependencies": { - "typescript": "5.2.2" + "typescript": "5.3.3" } }, "node_modules/typescript-to-lua/node_modules/source-map": { @@ -25685,14 +25685,14 @@ } }, "typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" }, "typescript-to-lua": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.22.0.tgz", - "integrity": "sha512-6rMbWj/NsNQ/phNFVtMZj5LdHucUPdrmKP4VFsynM7SGtm2zR2RMLnZcJM3unrDb1VCAR6FnL7GJoKp77yM5qw==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.23.0.tgz", + "integrity": "sha512-DZ6RWdtT058I2TtXl2odQxyPSdIg0+gGGwNG7zof0mxfFb55x2uRzzve7hfJ/yElP2osTSU6GAwt0zVkPmIt2w==", "requires": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 682fea6..64578fa 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.22.0" + "typescript-to-lua": "^1.23.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",