diff --git a/package-lock.json b/package-lock.json index 1af5876..1fbd690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@flying-dice/tslua-dcs-mission-types": "^0.32.12", "lua-types": "^2.13.1", "typescript": "^5.7.2", - "typescript-to-lua": "^1.28.1" + "typescript-to-lua": "^1.30.1" } }, "node_modules/@flying-dice/tslua-dcs-gui-types": { @@ -190,9 +190,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.28.1.tgz", - "integrity": "sha512-4Ah8bco9X7BNrDcVUHEDDWbZL2whoUg8CCLnUJWsoopmV43aDZuEqOlhtsWAjsH+3Wq5SugYcmyFRrZ+mWyCYw==", + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.30.1.tgz", + "integrity": "sha512-zBZoUjGxVv7c4JBkZYthYmb5CDrOf8rk4cGycYhAEiwM1/tWP1C0E/7QQ7vMg+oBy4O+KTnWvZbMVfCYD8eY1Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 78b58f4..75b7cd9 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "@flying-dice/tslua-dcs-mission-types": "^0.32.12", "lua-types": "^2.13.1", "typescript": "^5.7.2", - "typescript-to-lua": "^1.28.1" + "typescript-to-lua": "^1.30.1" } }