From 47418fd801f91df01b9b42e934d05b545be2f5cd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 30 Dec 2024 15:00:52 +0000
Subject: [PATCH] Bump typescript-to-lua from 1.28.1 to 1.29.0

Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.28.1 to 1.29.0.
- [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.28.1...v1.29.0)

---
updated-dependencies:
- dependency-name: typescript-to-lua
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 5288301..4be1e21 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.28.1"
+                "typescript-to-lua": "^1.29.0"
             },
             "devDependencies": {
                 "@ark120202/typescript-config": "^2.2.0",
@@ -13856,9 +13856,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.29.0",
+            "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.29.0.tgz",
+            "integrity": "sha512-OogrPOD3s5zbkgfEkD+nyxwPpWmDCpWuBWYTg6C55weIV1Z8sOu4zy85qWgQFnjSPy7G6nLuwtxdJHt/zNOH0A==",
             "dependencies": {
                 "@typescript-to-lua/language-extensions": "1.19.0",
                 "enhanced-resolve": "5.8.2",
diff --git a/package.json b/package.json
index 998d028..c64c415 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.28.1"
+        "typescript-to-lua": "^1.29.0"
     },
     "devDependencies": {
         "@ark120202/typescript-config": "^2.2.0",