diff --git a/package-lock.json b/package-lock.json index 525ad9c6..d157c7a5 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.0.0" + "typescript-to-lua": "1.0.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16101,9 +16101,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.0.tgz", - "integrity": "sha512-qbwvp8dukH3Q5ce9ldqUZEAWmumEZX9USiVU+cxg0FgFgghwbtyx6n1v+xtTHYdsgM3XBF3k6DLM0VUC2GKzcA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.1.tgz", + "integrity": "sha512-j5mb+8HgUUY8hhAKoNy6KUMeamEN1fsTtMvSbPaxmVkWw40pHdLi3umsQG+Qo7wM6IK+RQffFxbIWEjleF+xpw==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", @@ -30446,9 +30446,9 @@ "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" }, "typescript-to-lua": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.0.tgz", - "integrity": "sha512-qbwvp8dukH3Q5ce9ldqUZEAWmumEZX9USiVU+cxg0FgFgghwbtyx6n1v+xtTHYdsgM3XBF3k6DLM0VUC2GKzcA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.1.tgz", + "integrity": "sha512-j5mb+8HgUUY8hhAKoNy6KUMeamEN1fsTtMvSbPaxmVkWw40pHdLi3umsQG+Qo7wM6IK+RQffFxbIWEjleF+xpw==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index ace95bbb..62f18ef0 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.0.0" + "typescript-to-lua": "1.0.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",