diff --git a/package-lock.json b/package-lock.json index 397f6a5..7aebb7e 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.0" + "typescript-to-lua": "^1.25.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13906,9 +13906,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.0.tgz", - "integrity": "sha512-sh5Klm4hO3IyoZCHRDwo/dI5yqFJ2lybXizM+/OQpuDrbTcryrnjIopURloOA2UCMVmvE8zit+EzuV4CO1Pd2Q==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.1.tgz", + "integrity": "sha512-4wV1VCaxTWtrhsNmSkAt0FWTDccoK9U4qcpVrzMdQvhQYyx629J4ivl3vXEh/Z600DfgnF/GGPTa7i96KVpYIA==", "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.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.0.tgz", - "integrity": "sha512-sh5Klm4hO3IyoZCHRDwo/dI5yqFJ2lybXizM+/OQpuDrbTcryrnjIopURloOA2UCMVmvE8zit+EzuV4CO1Pd2Q==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.25.1.tgz", + "integrity": "sha512-4wV1VCaxTWtrhsNmSkAt0FWTDccoK9U4qcpVrzMdQvhQYyx629J4ivl3vXEh/Z600DfgnF/GGPTa7i96KVpYIA==", "requires": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 2a22640..c03267e 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.0" + "typescript-to-lua": "^1.25.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",