From a110a9221d25ba6ff93ae3b009cbfdef09c8769d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 07:01:16 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.3.2 to 1.3.3 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.3.2 to 1.3.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.3.2...v1.3.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 30d9edb4..c76ae33e 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.3.2" + "typescript-to-lua": "1.3.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16101,9 +16101,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.3.2.tgz", - "integrity": "sha512-904NqjaDZELoHWxG9ptpaihWYdJwO7uTWdlTk9udMNYx3Khze1CoIAauG2dj2pAS/vZPTYEYw90L8bP0mtcbmQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.3.3.tgz", + "integrity": "sha512-Fkt0+dLufN5CK0G/qpINY7Sb0+SNmWpov+PHhO/dq0HFoNBzR47M1SJd+hQbG92vTVFLBO4f+Np29LuVvoemMA==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", @@ -30448,9 +30448,9 @@ "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" }, "typescript-to-lua": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.3.2.tgz", - "integrity": "sha512-904NqjaDZELoHWxG9ptpaihWYdJwO7uTWdlTk9udMNYx3Khze1CoIAauG2dj2pAS/vZPTYEYw90L8bP0mtcbmQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.3.3.tgz", + "integrity": "sha512-Fkt0+dLufN5CK0G/qpINY7Sb0+SNmWpov+PHhO/dq0HFoNBzR47M1SJd+hQbG92vTVFLBO4f+Np29LuVvoemMA==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index 2783a27c..e0bfe2c8 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.3.2" + "typescript-to-lua": "1.3.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",