diff --git a/package-lock.json b/package-lock.json index 82dce96..25ffb65 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.8.0" + "typescript-to-lua": "^1.9.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16077,9 +16077,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.8.0.tgz", - "integrity": "sha512-q3hH7XDwDi1FKyCu6JfnH7HYtvnldaOGAyaz1ab0lkiC/WCiYEYIffpcxkvmJnqSrIlP90WvB821RxGM2hNJog==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.9.0.tgz", + "integrity": "sha512-Oj8kutP1u/TSjN9oGUuESfOL+feHMSs7CCxl90C60jWTH+4ZXLtrXlRJTalA3Z2/aHjQXXgPaXQStSXBzAYLow==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", @@ -30405,9 +30405,9 @@ "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" }, "typescript-to-lua": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.8.0.tgz", - "integrity": "sha512-q3hH7XDwDi1FKyCu6JfnH7HYtvnldaOGAyaz1ab0lkiC/WCiYEYIffpcxkvmJnqSrIlP90WvB821RxGM2hNJog==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.9.0.tgz", + "integrity": "sha512-Oj8kutP1u/TSjN9oGUuESfOL+feHMSs7CCxl90C60jWTH+4ZXLtrXlRJTalA3Z2/aHjQXXgPaXQStSXBzAYLow==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index c63dd1c..c655236 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.8.0" + "typescript-to-lua": "^1.9.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",