diff --git a/package-lock.json b/package-lock.json index 6635242..5386e6a 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.14.0" + "typescript-to-lua": "^1.15.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -14095,9 +14095,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.14.0.tgz", - "integrity": "sha512-4vkqh6urP0TF7xDL69dh7GcGUMdeIhnq5WBc05VUVHA5gXQiEBTqNW78D8A4OQM9dxdYJSPMIoRiF9SQSV6z3A==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.15.1.tgz", + "integrity": "sha512-LBsGtRStTYQKTp521w4vIFPBLu59p+DtfxKHp+cMXuQdjMxY55dQb5FN6mrDEx6gPT+FhbRSJMe8Fu6G4wJwqw==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -26071,9 +26071,9 @@ "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==" }, "typescript-to-lua": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.14.0.tgz", - "integrity": "sha512-4vkqh6urP0TF7xDL69dh7GcGUMdeIhnq5WBc05VUVHA5gXQiEBTqNW78D8A4OQM9dxdYJSPMIoRiF9SQSV6z3A==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.15.1.tgz", + "integrity": "sha512-LBsGtRStTYQKTp521w4vIFPBLu59p+DtfxKHp+cMXuQdjMxY55dQb5FN6mrDEx6gPT+FhbRSJMe8Fu6G4wJwqw==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 64e186e..348d50a 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.14.0" + "typescript-to-lua": "^1.15.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",