From 573cf24831026e8e8e0203090e5ef8c78a154ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 12:16:08 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.4.1 to 1.4.3 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.4.1 to 1.4.3. - [Release notes](https://github.com/TypeScriptToLua/TypeScriptToLua/releases) - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.4.1...v1.4.3) --- updated-dependencies: - dependency-name: typescript-to-lua dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a570c69e..8b244ac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-json-tree": "^0.15.0", "react-monaco-editor": "^0.43.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "1.4.1" + "typescript-to-lua": "1.4.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16077,9 +16077,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.4.1.tgz", - "integrity": "sha512-R7CSzuE7HEA0D838bs/EhyuQ9rxCnAj7gw2HnGkVqPeVqp3KhI8w0VDI7cLo9JtnBR51jHw0xFDt+aQgwr7ciQ==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.4.3.tgz", + "integrity": "sha512-oGJO1BqXKSxdfwavfOzthelxaQVAc7ykJ4Z/BF96nAWz35nmuLyv9FOSS132TgzLmV02859ndMuTYZtiVnN6jQ==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", @@ -30405,9 +30405,9 @@ "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==" }, "typescript-to-lua": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.4.1.tgz", - "integrity": "sha512-R7CSzuE7HEA0D838bs/EhyuQ9rxCnAj7gw2HnGkVqPeVqp3KhI8w0VDI7cLo9JtnBR51jHw0xFDt+aQgwr7ciQ==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.4.3.tgz", + "integrity": "sha512-oGJO1BqXKSxdfwavfOzthelxaQVAc7ykJ4Z/BF96nAWz35nmuLyv9FOSS132TgzLmV02859ndMuTYZtiVnN6jQ==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index 4153f80c..0fa53e9c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-json-tree": "^0.15.0", "react-monaco-editor": "^0.43.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "1.4.1" + "typescript-to-lua": "1.4.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",