From e1c257697cb851b3be99012e8684c15840646866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 00:11:17 +0000 Subject: [PATCH] fix(deps): bump mtasa-lua-types from 0.6.3 to 0.6.4 Bumps [mtasa-lua-types](https://github.com/mtasa-typescript/mtasa-lua-types) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/mtasa-typescript/mtasa-lua-types/releases) - [Commits](https://github.com/mtasa-typescript/mtasa-lua-types/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: mtasa-lua-types dependency-type: direct:production update-type: version-update:semver-patch ... 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..12cf459 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,13 +148,26 @@ } }, "mtasa-lua-types": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/mtasa-lua-types/-/mtasa-lua-types-0.6.3.tgz", - "integrity": "sha512-njOJWRSOgDN4UXmVoj+hepdoKGAHYl6/yeivDycrZBsRrklooNf/13yfjrtHw07OiMipuvm9H3GDnHgsQv8MHQ==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/mtasa-lua-types/-/mtasa-lua-types-0.6.4.tgz", + "integrity": "sha512-X+y6vV0XlloHbrWPmP/EgAAYsrjnvMOvGiWHx85+dLb/2QsusGbYmOczOMYnjfr4XGCW9EY6ySVBjL7hzuAqNg==", "requires": { "lua-types": "^2.8.0", "typescript": "^4.2.3", - "typescript-to-lua": "^0.42.0" + "typescript-to-lua": "^1.0.0" + }, + "dependencies": { + "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==", + "requires": { + "enhanced-resolve": "^5.8.2", + "resolve": "^1.15.1", + "source-map": "^0.7.3", + "typescript": "~4.3.5" + } + } } }, "mtasa-lua-utils": { @@ -252,6 +265,7 @@ "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==", + "dev": true, "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index 6a20a83..8744344 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "lua-types": "^2.10.1", - "mtasa-lua-types": "^0.6.3", + "mtasa-lua-types": "^0.6.4", "mtasa-lua-utils": "^0.1.12" }, "devDependencies": {