From e3a1e2bdc659f7c03bf4ea3d880a2b17a70328eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:55:05 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.31.4 to 1.32.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.31.4 to 1.32.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.31.4...v1.32.0) --- updated-dependencies: - dependency-name: typescript-to-lua dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f5cad23..7825f8d 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.31.4" + "typescript-to-lua": "^1.32.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13986,9 +13986,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.31.4", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.31.4.tgz", - "integrity": "sha512-fIFYwyPRGXXSuBJBl7hnHKk261vLANWywNFdU12bwdbizReP6IRRPfhpvrA7SeOSDvQwnCzzS+FtSihreQXz1Q==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.32.0.tgz", + "integrity": "sha512-RVopoyoYiYJFrv/0Yw6i77lBI9DhNhAGxuq6TV4b3JzCWjabzwUd/yhTCSVKzWiiAs0zj24Mi7iH9biWG6Phjw==", "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", diff --git a/package.json b/package.json index c9bccba..ed6c305 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.31.4" + "typescript-to-lua": "^1.32.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",