diff --git a/package-lock.json b/package-lock.json index 694d64e..63c78ad 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.21.0" + "typescript-to-lua": "^1.22.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13906,9 +13906,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.21.0.tgz", - "integrity": "sha512-xvr7bxeQ3uTIs5yU1IocB5wIgnNzpkELKHu7Y1Die7+xzrk87/NGU0I+cQX6i1t64Ml/1O6rVi23Yc9jRkD0Rw==", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.22.0.tgz", + "integrity": "sha512-6rMbWj/NsNQ/phNFVtMZj5LdHucUPdrmKP4VFsynM7SGtm2zR2RMLnZcJM3unrDb1VCAR6FnL7GJoKp77yM5qw==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", @@ -25690,9 +25690,9 @@ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, "typescript-to-lua": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.21.0.tgz", - "integrity": "sha512-xvr7bxeQ3uTIs5yU1IocB5wIgnNzpkELKHu7Y1Die7+xzrk87/NGU0I+cQX6i1t64Ml/1O6rVi23Yc9jRkD0Rw==", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.22.0.tgz", + "integrity": "sha512-6rMbWj/NsNQ/phNFVtMZj5LdHucUPdrmKP4VFsynM7SGtm2zR2RMLnZcJM3unrDb1VCAR6FnL7GJoKp77yM5qw==", "requires": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 58523df..682fea6 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.21.0" + "typescript-to-lua": "^1.22.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",