From f6786e986047b8ecbe1c5d876b764b37baf5b52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 07:01:13 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.0.0 to 1.0.1 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.0.0 to 1.0.1. - [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.0.0...v1.0.1) --- 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 525ad9c6..d157c7a5 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.0.0" + "typescript-to-lua": "1.0.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16101,9 +16101,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.0.tgz", - "integrity": "sha512-qbwvp8dukH3Q5ce9ldqUZEAWmumEZX9USiVU+cxg0FgFgghwbtyx6n1v+xtTHYdsgM3XBF3k6DLM0VUC2GKzcA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.1.tgz", + "integrity": "sha512-j5mb+8HgUUY8hhAKoNy6KUMeamEN1fsTtMvSbPaxmVkWw40pHdLi3umsQG+Qo7wM6IK+RQffFxbIWEjleF+xpw==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", @@ -30446,9 +30446,9 @@ "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" }, "typescript-to-lua": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.0.tgz", - "integrity": "sha512-qbwvp8dukH3Q5ce9ldqUZEAWmumEZX9USiVU+cxg0FgFgghwbtyx6n1v+xtTHYdsgM3XBF3k6DLM0VUC2GKzcA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.1.tgz", + "integrity": "sha512-j5mb+8HgUUY8hhAKoNy6KUMeamEN1fsTtMvSbPaxmVkWw40pHdLi3umsQG+Qo7wM6IK+RQffFxbIWEjleF+xpw==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index ace95bbb..62f18ef0 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.0.0" + "typescript-to-lua": "1.0.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",