From 77f9c18e007ea74ab38915695f9883d259c82b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:19:48 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.27.1 to 1.28.1 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.27.1 to 1.28.1. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.27.1...v1.28.1) --- updated-dependencies: - dependency-name: typescript-to-lua 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 cff565a..5288301 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.27.1" + "typescript-to-lua": "^1.28.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13844,9 +13844,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -13856,9 +13856,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.27.1.tgz", - "integrity": "sha512-9MTMIyeFkl5i/eOUtVkqzW6w2SA4Sy3K+p9cJX06Y9IP7b2kKnuZH7Vkva9rCR96eVPsBqfPysLBT+mdS5Y21Q==", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.28.1.tgz", + "integrity": "sha512-4Ah8bco9X7BNrDcVUHEDDWbZL2whoUg8CCLnUJWsoopmV43aDZuEqOlhtsWAjsH+3Wq5SugYcmyFRrZ+mWyCYw==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "5.8.2", @@ -13873,7 +13873,7 @@ "node": ">=16.10.0" }, "peerDependencies": { - "typescript": "5.6.2" + "typescript": "5.7.2" } }, "node_modules/typescript-to-lua/node_modules/enhanced-resolve": { diff --git a/package.json b/package.json index 47c67cd..998d028 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.27.1" + "typescript-to-lua": "^1.28.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",