From b492bf2b5c0e7513e715afc0b7cf930feb55baa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 20:07:53 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.32.0 to 1.34.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.32.0 to 1.34.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.32.0...v1.34.0) --- updated-dependencies: - dependency-name: typescript-to-lua dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7825f8d..4c083f7 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.32.0" + "typescript-to-lua": "^1.34.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13973,9 +13973,9 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -13986,9 +13986,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.32.0.tgz", - "integrity": "sha512-RVopoyoYiYJFrv/0Yw6i77lBI9DhNhAGxuq6TV4b3JzCWjabzwUd/yhTCSVKzWiiAs0zj24Mi7iH9biWG6Phjw==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.34.0.tgz", + "integrity": "sha512-DOSU1qSpUiGEW9H6shKFkeWjiBFsl+qFWTKZU9Xqo3B5FqarVZGiIkWKz2rmWi1tGD2314RHYzOuOO1l3Ex1pw==", "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", @@ -14004,7 +14004,7 @@ "node": ">=16.10.0" }, "peerDependencies": { - "typescript": "5.8.2" + "typescript": "5.9.3" } }, "node_modules/typescript-to-lua/node_modules/enhanced-resolve": { diff --git a/package.json b/package.json index ed6c305..844f4e6 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.32.0" + "typescript-to-lua": "^1.34.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",