From 99862182e047149d901124ecd81d61071bf757ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 05:08:12 +0000 Subject: [PATCH] Bump lua-types from 2.9.1 to 2.10.1 Bumps [lua-types](https://github.com/ark120202/lua-types) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/ark120202/lua-types/releases) - [Commits](https://github.com/ark120202/lua-types/compare/v2.9.1...v2.10.1) 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 cfcf0e96..f0008cd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "console-feed": "^3.1.10", "d3": "^6.2.0", "fengari-web": "^0.1.4", - "lua-types": "^2.9.1", + "lua-types": "^2.10.1", "lz-string": "^1.4.4", "monaco-editor": "^0.21.2", "react": "^16.14.0", @@ -10890,9 +10890,9 @@ } }, "node_modules/lua-types": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.9.1.tgz", - "integrity": "sha512-wicY5qAscJv7IH+XYbfwrlp1/TXcB5MQNvoZgUAQsougHIijw/aXf2dciYsWIs5ODClSG6NXz0fJxeguzG6Dyw==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.10.1.tgz", + "integrity": "sha512-Ai7L25I5kHZYGN5C3LALUse7Eus0k/kM9tEO2zwReG2Xuker0c+0e2M4iyfiEvlGOmBc7cDouqJ5lFwyg8JqiQ==", "dependencies": { "typescript-to-lua": "^0.39.0" } @@ -29473,9 +29473,9 @@ } }, "lua-types": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.9.1.tgz", - "integrity": "sha512-wicY5qAscJv7IH+XYbfwrlp1/TXcB5MQNvoZgUAQsougHIijw/aXf2dciYsWIs5ODClSG6NXz0fJxeguzG6Dyw==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.10.1.tgz", + "integrity": "sha512-Ai7L25I5kHZYGN5C3LALUse7Eus0k/kM9tEO2zwReG2Xuker0c+0e2M4iyfiEvlGOmBc7cDouqJ5lFwyg8JqiQ==", "requires": { "typescript-to-lua": "^0.39.0" } diff --git a/package.json b/package.json index dc7da357..a978ea4f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "console-feed": "^3.1.10", "d3": "^6.2.0", "fengari-web": "^0.1.4", - "lua-types": "^2.9.1", + "lua-types": "^2.10.1", "lz-string": "^1.4.4", "monaco-editor": "^0.21.2", "react": "^16.14.0",