diff --git a/package-lock.json b/package-lock.json index fbb7397..965568e 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.26.0" + "typescript-to-lua": "^1.26.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13854,9 +13854,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.26.0.tgz", - "integrity": "sha512-Eg8VytMyHzFmlaB0EyZG+jMyAW1McxP/WMuz2NuCLYwJc73zlQzm62d3RK+3qeU5ivnvFqrDuR7+61gvsuGcsA==", + "version": "1.26.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.26.1.tgz", + "integrity": "sha512-xcd6evYqQpMGTre90vr/cFjHOYDoZT/ym7rq958fQ+w8m4MGCNIiaDGUDE9wbxYMHg494fEjdz/qFYkWCdLBqg==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index b83df06..9bcdffb 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.26.0" + "typescript-to-lua": "^1.26.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",