From 24d8cb69e54e94f3ba00ae639e7e86b10d3befd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 05:08:59 +0000 Subject: [PATCH] Bump lua-types from 2.9.1 to 2.10.0 Bumps [lua-types](https://github.com/ark120202/lua-types) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/ark120202/lua-types/releases) - [Commits](https://github.com/ark120202/lua-types/compare/v2.9.1...v2.10.0) 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..640373dc 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.0", "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.0", + "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.10.0.tgz", + "integrity": "sha512-RwWtvZmOmgMPMaDsmgBn9pLL1OjRMPacO4i2VaQrkXOS/p6Joi9JkHJZ1+6v8vaNDStl9XOvBcpRaw5RMYo+Ig==", "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.0", + "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.10.0.tgz", + "integrity": "sha512-RwWtvZmOmgMPMaDsmgBn9pLL1OjRMPacO4i2VaQrkXOS/p6Joi9JkHJZ1+6v8vaNDStl9XOvBcpRaw5RMYo+Ig==", "requires": { "typescript-to-lua": "^0.39.0" } diff --git a/package.json b/package.json index dc7da357..cadbef02 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.0", "lz-string": "^1.4.4", "monaco-editor": "^0.21.2", "react": "^16.14.0",