diff --git a/package-lock.json b/package-lock.json index 754d99e..b986071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.16.0" + "typescript-to-lua": "^1.16.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -14095,9 +14095,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.0.tgz", - "integrity": "sha512-N6Fxg/z9QvwqUS0CgCLI5qQ2tRq2rIKoIK+eIV4OksIspZTbnsPv4kGO+tVP8VPxocIushnSurQWwgo6gtPZnQ==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.1.tgz", + "integrity": "sha512-M2I4TJGLUwIkB1cYxs82QVIiuYA0Jz8l17MQgjXfc15CJqB6F6WSGfrpclst4Ov9jZY1oTQF2bnHTx0d27Bciw==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -26071,9 +26071,9 @@ "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" }, "typescript-to-lua": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.0.tgz", - "integrity": "sha512-N6Fxg/z9QvwqUS0CgCLI5qQ2tRq2rIKoIK+eIV4OksIspZTbnsPv4kGO+tVP8VPxocIushnSurQWwgo6gtPZnQ==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.1.tgz", + "integrity": "sha512-M2I4TJGLUwIkB1cYxs82QVIiuYA0Jz8l17MQgjXfc15CJqB6F6WSGfrpclst4Ov9jZY1oTQF2bnHTx0d27Bciw==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 1a0cda2..b5a28a4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.16.0" + "typescript-to-lua": "^1.16.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",