From cc159de61e7449da30b8731cc49626e092da0da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 07:14:06 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.16.3 to 1.17.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.16.3 to 1.17.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.16.3...v1.17.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 423d2cc..fe2125e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,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.3" + "typescript-to-lua": "^1.17.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13914,9 +13914,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.16.3", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.3.tgz", - "integrity": "sha512-vWJIfupLO6u22tMYmlczdcb5TtFUv8Mwf79ZKUyxqX4td5xWv3L2wu5WCx0YrOZ4//JwDQohrkfX1y4LbZTugQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.17.0.tgz", + "integrity": "sha512-mfMgZHAOtkHcfAT4T9M/RsthWwsLQarP00FUExuisH3ixABzAQQDoJxLMBKW3ybmu4NcYrhNysJXwgApw3TeRg==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -25716,9 +25716,9 @@ "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" }, "typescript-to-lua": { - "version": "1.16.3", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.16.3.tgz", - "integrity": "sha512-vWJIfupLO6u22tMYmlczdcb5TtFUv8Mwf79ZKUyxqX4td5xWv3L2wu5WCx0YrOZ4//JwDQohrkfX1y4LbZTugQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.17.0.tgz", + "integrity": "sha512-mfMgZHAOtkHcfAT4T9M/RsthWwsLQarP00FUExuisH3ixABzAQQDoJxLMBKW3ybmu4NcYrhNysJXwgApw3TeRg==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 7b68f72..fb1ac1c 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.3" + "typescript-to-lua": "^1.17.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",