diff --git a/package-lock.json b/package-lock.json index 423d2cc..fe2125e 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.16.3" + "typescript-to-lua": "^1.17.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13914,9 +13914,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.16.3", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.3.tgz", - "integrity": "sha512-vWJIfupLO6u22tMYmlczdcb5TtFUv8Mwf79ZKUyxqX4td5xWv3L2wu5WCx0YrOZ4//JwDQohrkfX1y4LbZTugQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.17.0.tgz", + "integrity": "sha512-mfMgZHAOtkHcfAT4T9M/RsthWwsLQarP00FUExuisH3ixABzAQQDoJxLMBKW3ybmu4NcYrhNysJXwgApw3TeRg==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -25716,9 +25716,9 @@ "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" }, "typescript-to-lua": { - "version": "1.16.3", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.3.tgz", - "integrity": "sha512-vWJIfupLO6u22tMYmlczdcb5TtFUv8Mwf79ZKUyxqX4td5xWv3L2wu5WCx0YrOZ4//JwDQohrkfX1y4LbZTugQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.17.0.tgz", + "integrity": "sha512-mfMgZHAOtkHcfAT4T9M/RsthWwsLQarP00FUExuisH3ixABzAQQDoJxLMBKW3ybmu4NcYrhNysJXwgApw3TeRg==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 7b68f72..fb1ac1c 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.16.3" + "typescript-to-lua": "^1.17.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",