From cbb3ae090c98f747e571c83367aeab985aa14b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:54:45 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.26.2 to 1.27.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.26.2 to 1.27.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.26.2...v1.27.0) --- 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 c71fc48..bc7d1ec 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.26.2" + "typescript-to-lua": "^1.27.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13842,9 +13842,9 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -13854,9 +13854,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.26.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.26.2.tgz", - "integrity": "sha512-nmlYhi0mlXOKK5q3GumstC/fk30xPSILQTK5GHcTovSiCzSovLUq0F6NNBnSMskmw9ENjUwdMtHUl2IpfeiGrw==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.27.0.tgz", + "integrity": "sha512-+J4SMCWxWGCUKqkkoUZVbmfhRO+8rYt5hBIJ/7adD8/Pv0nEIfWBTPirCdzMOoegbi1NB7QsRuUvbbftUVpnLw==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", @@ -13871,7 +13871,7 @@ "node": ">=16.10.0" }, "peerDependencies": { - "typescript": "5.5.2" + "typescript": "5.6.2" } }, "node_modules/typescript-to-lua/node_modules/source-map": { diff --git a/package.json b/package.json index fd4a039..291e571 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.26.2" + "typescript-to-lua": "^1.27.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",