diff --git a/package-lock.json b/package-lock.json index 7aebb7e..70c03a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.25.1" + "typescript-to-lua": "^1.25.2" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13906,9 +13906,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.25.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.1.tgz", - "integrity": "sha512-4wV1VCaxTWtrhsNmSkAt0FWTDccoK9U4qcpVrzMdQvhQYyx629J4ivl3vXEh/Z600DfgnF/GGPTa7i96KVpYIA==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.2.tgz", + "integrity": "sha512-jBPE/6RRm5GZwH3qiqLcecQQ5vwk4jHuNaLyINE95f9pmRAoJ2DeqvgyuZ22luMnAYdZ3Td2dsA0MqGTt8IfBg==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", @@ -25690,9 +25690,9 @@ "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==" }, "typescript-to-lua": { - "version": "1.25.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.1.tgz", - "integrity": "sha512-4wV1VCaxTWtrhsNmSkAt0FWTDccoK9U4qcpVrzMdQvhQYyx629J4ivl3vXEh/Z600DfgnF/GGPTa7i96KVpYIA==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.2.tgz", + "integrity": "sha512-jBPE/6RRm5GZwH3qiqLcecQQ5vwk4jHuNaLyINE95f9pmRAoJ2DeqvgyuZ22luMnAYdZ3Td2dsA0MqGTt8IfBg==", "requires": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index c03267e..47500d7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.25.1" + "typescript-to-lua": "^1.25.2" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",