From a116da355c30f7c54a68cadc5b34669017125e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 00:40:09 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-to-lua from 0.42.0 to 1.0.1 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 0.42.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/v0.42.0...v1.0.1) --- updated-dependencies: - dependency-name: typescript-to-lua dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bf6530..bf47f32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,6 +155,19 @@ "lua-types": "^2.8.0", "typescript": "^4.2.3", "typescript-to-lua": "^0.42.0" + }, + "dependencies": { + "typescript-to-lua": { + "version": "0.42.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-0.42.0.tgz", + "integrity": "sha512-hkHYdeTQn2SNnyzEeOsrDST5TSiOjUiSmYMk5CcNGWcDuFj7ogd+v5GdDG47IO6Z0zk5sBVh2R/h2GZSYqv3/w==", + "requires": { + "enhanced-resolve": "^5.8.2", + "resolve": "^1.15.1", + "source-map": "^0.7.3", + "typescript": "~4.3.2" + } + } } }, "mtasa-lua-utils": { @@ -249,14 +262,15 @@ "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" }, "typescript-to-lua": { - "version": "0.42.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-0.42.0.tgz", - "integrity": "sha512-hkHYdeTQn2SNnyzEeOsrDST5TSiOjUiSmYMk5CcNGWcDuFj7ogd+v5GdDG47IO6Z0zk5sBVh2R/h2GZSYqv3/w==", + "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==", + "dev": true, "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", "source-map": "^0.7.3", - "typescript": "~4.3.2" + "typescript": "~4.3.5" } }, "wrappy": { diff --git a/package.json b/package.json index 6a20a83..398240e 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "ts-node": "^9.1.1", "ttypescript": "^1.5.12", "typescript": "^4.2.4", - "typescript-to-lua": "^0.42.0" + "typescript-to-lua": "^1.0.1" } }