From 38ddf72441937370def8d3ba80f282c4eddcb889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:54:32 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.26.1 to 1.26.2 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.26.1 to 1.26.2. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.26.1...v1.26.2) --- 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d21c59..c71fc48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "TypeScriptToLua.github.io", "dependencies": { "@monaco-editor/react": "^4.6.0", "@types/d3": "^5.16.3", @@ -28,7 +27,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.26.1" + "typescript-to-lua": "^1.26.2" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13855,9 +13854,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.26.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.26.1.tgz", - "integrity": "sha512-xcd6evYqQpMGTre90vr/cFjHOYDoZT/ym7rq958fQ+w8m4MGCNIiaDGUDE9wbxYMHg494fEjdz/qFYkWCdLBqg==", + "version": "1.26.2", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.26.2.tgz", + "integrity": "sha512-nmlYhi0mlXOKK5q3GumstC/fk30xPSILQTK5GHcTovSiCzSovLUq0F6NNBnSMskmw9ENjUwdMtHUl2IpfeiGrw==", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 9bcdffb..fd4a039 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.26.1" + "typescript-to-lua": "^1.26.2" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",