diff --git a/package-lock.json b/package-lock.json index c9aeba0..61162af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.13.2" + "typescript-to-lua": "^1.13.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -14095,9 +14095,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.2.tgz", - "integrity": "sha512-Ubq/DHyG3uAfDdCdg4QcGdrhiY0IcCf6FoAVuYO3dIuYZCJm1U9YohfiR/+Sff+1m4C2xGAF6go3Pwv2W5YVqg==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.3.tgz", + "integrity": "sha512-/qOg6MGdwliH5m92yTqDs3pKToO4DDVIRPtyr4DsAbFk1YbsDxcmVhC9qNR9+rcHGun/XxTX+Ed1kYBMkgDW1Q==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -26071,9 +26071,9 @@ "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==" }, "typescript-to-lua": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.2.tgz", - "integrity": "sha512-Ubq/DHyG3uAfDdCdg4QcGdrhiY0IcCf6FoAVuYO3dIuYZCJm1U9YohfiR/+Sff+1m4C2xGAF6go3Pwv2W5YVqg==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.3.tgz", + "integrity": "sha512-/qOg6MGdwliH5m92yTqDs3pKToO4DDVIRPtyr4DsAbFk1YbsDxcmVhC9qNR9+rcHGun/XxTX+Ed1kYBMkgDW1Q==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index b10d8b0..fb25d4e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.13.2" + "typescript-to-lua": "^1.13.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",