From 2e8bd7deac66d6d81bb8e09da98881843de49cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 07:01:23 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.16.1 to 1.16.3 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.16.1 to 1.16.3. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.16.1...v1.16.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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99e1256..423d2cc 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", @@ -28,7 +27,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.16.1" + "typescript-to-lua": "^1.16.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13915,9 +13914,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.1.tgz", - "integrity": "sha512-M2I4TJGLUwIkB1cYxs82QVIiuYA0Jz8l17MQgjXfc15CJqB6F6WSGfrpclst4Ov9jZY1oTQF2bnHTx0d27Bciw==", + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.3.tgz", + "integrity": "sha512-vWJIfupLO6u22tMYmlczdcb5TtFUv8Mwf79ZKUyxqX4td5xWv3L2wu5WCx0YrOZ4//JwDQohrkfX1y4LbZTugQ==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -25717,9 +25716,9 @@ "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" }, "typescript-to-lua": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.1.tgz", - "integrity": "sha512-M2I4TJGLUwIkB1cYxs82QVIiuYA0Jz8l17MQgjXfc15CJqB6F6WSGfrpclst4Ov9jZY1oTQF2bnHTx0d27Bciw==", + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.3.tgz", + "integrity": "sha512-vWJIfupLO6u22tMYmlczdcb5TtFUv8Mwf79ZKUyxqX4td5xWv3L2wu5WCx0YrOZ4//JwDQohrkfX1y4LbZTugQ==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index f666bf8..7b68f72 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.16.1" + "typescript-to-lua": "^1.16.3" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",