From 559e6b1c301666a3fdbc8dde85ee4eade2cab85f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:48:50 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.20.0 to 1.20.1 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.20.0 to 1.20.1. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.20.0...v1.20.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 84eb2a4..2fe79a1 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.20.0" + "typescript-to-lua": "^1.20.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13906,9 +13906,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.20.0.tgz", - "integrity": "sha512-6hgWDvsPp82OppDFqeE2WHkX1nYEyKnAQHBDIAQa7vsKts0cyfvYcpagJwYHPUO5MQgcO6wFguz4ESUpP5TsBg==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.20.1.tgz", + "integrity": "sha512-ca4gsRRKYSl/XGTxr+lO/i9CxRZHQuaOfP509jMoo1TBJ+4UGW6Krpk8biKyZWCRRvRLyI01uf62/cospW6xrQ==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", @@ -25690,9 +25690,9 @@ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, "typescript-to-lua": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.20.0.tgz", - "integrity": "sha512-6hgWDvsPp82OppDFqeE2WHkX1nYEyKnAQHBDIAQa7vsKts0cyfvYcpagJwYHPUO5MQgcO6wFguz4ESUpP5TsBg==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.20.1.tgz", + "integrity": "sha512-ca4gsRRKYSl/XGTxr+lO/i9CxRZHQuaOfP509jMoo1TBJ+4UGW6Krpk8biKyZWCRRvRLyI01uf62/cospW6xrQ==", "requires": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index ad7798f..3ef4fd1 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.20.0" + "typescript-to-lua": "^1.20.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",