From f47096702b04fd43c66add77f8057799109772f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 14:18:16 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.13.1 to 1.13.2 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.13.1 to 1.13.2. - [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.13.1...v1.13.2) --- 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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef7cbd9..c9aeba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "TypeScriptToLua.github.io", "dependencies": { "@types/d3": "^5.16.3", "@types/lz-string": "^1.3.34", @@ -29,7 +28,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.13.1" + "typescript-to-lua": "^1.13.2" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -14096,9 +14095,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.1.tgz", - "integrity": "sha512-l2Ljjg3hOg89deN8R1zSLbw7y/G/TPSpMZGYhZtWp/5A8EJR2UCjALeVfg0kZboZ5mAiIy59U3aztfjy5Mhrrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.2.tgz", + "integrity": "sha512-Ubq/DHyG3uAfDdCdg4QcGdrhiY0IcCf6FoAVuYO3dIuYZCJm1U9YohfiR/+Sff+1m4C2xGAF6go3Pwv2W5YVqg==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -26072,9 +26071,9 @@ "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==" }, "typescript-to-lua": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.1.tgz", - "integrity": "sha512-l2Ljjg3hOg89deN8R1zSLbw7y/G/TPSpMZGYhZtWp/5A8EJR2UCjALeVfg0kZboZ5mAiIy59U3aztfjy5Mhrrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.2.tgz", + "integrity": "sha512-Ubq/DHyG3uAfDdCdg4QcGdrhiY0IcCf6FoAVuYO3dIuYZCJm1U9YohfiR/+Sff+1m4C2xGAF6go3Pwv2W5YVqg==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index a98db46..b10d8b0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.13.1" + "typescript-to-lua": "^1.13.2" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",