diff --git a/package-lock.json b/package-lock.json index 8b244ac8..a34fa9d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-json-tree": "^0.15.0", "react-monaco-editor": "^0.43.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "1.4.3" + "typescript-to-lua": "1.5.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16077,9 +16077,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.4.3.tgz", - "integrity": "sha512-oGJO1BqXKSxdfwavfOzthelxaQVAc7ykJ4Z/BF96nAWz35nmuLyv9FOSS132TgzLmV02859ndMuTYZtiVnN6jQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.5.0.tgz", + "integrity": "sha512-LIEh+oS+DPeSkhJ7EZz3wCE/LjsGGjskH7YhyFq4n6ct3X7/RdNwdv+voVzw+hdJAczXGV2orQXsePtJbKspcw==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", @@ -30405,9 +30405,9 @@ "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==" }, "typescript-to-lua": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.4.3.tgz", - "integrity": "sha512-oGJO1BqXKSxdfwavfOzthelxaQVAc7ykJ4Z/BF96nAWz35nmuLyv9FOSS132TgzLmV02859ndMuTYZtiVnN6jQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.5.0.tgz", + "integrity": "sha512-LIEh+oS+DPeSkhJ7EZz3wCE/LjsGGjskH7YhyFq4n6ct3X7/RdNwdv+voVzw+hdJAczXGV2orQXsePtJbKspcw==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index 0fa53e9c..c91f964a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-json-tree": "^0.15.0", "react-monaco-editor": "^0.43.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "1.4.3" + "typescript-to-lua": "1.5.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",