diff --git a/package-lock.json b/package-lock.json index e01dd57..bbf0732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.31.2" + "typescript-to-lua": "^1.31.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13986,9 +13986,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.31.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.31.2.tgz", - "integrity": "sha512-VvuJOEWAWpejqFrUVN6WhZnsEQKDlUis6wVGkz7MkZPoNbLoiZkMegjE+pWa28dk5Ov2j20TOij+6lt/SZ0wHA==", + "version": "1.31.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.31.3.tgz", + "integrity": "sha512-UidzuGj9s0BTLlk0gpfPHwjsYvooYSSGEqqaiWROQgk0ZPEoqx0NLgElPy34G1tGnfZcF4cuneRFIvuhw+IZPQ==", "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", diff --git a/package.json b/package.json index bd9b602..9c42df3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.31.2" + "typescript-to-lua": "^1.31.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",