From 6b82735de0f320cdd00b67f04dd511f1bb5dd171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:33:43 +0000 Subject: [PATCH] fix(deps): bump lua-types from 2.11.0 to 2.12.1 Bumps [lua-types](https://github.com/ark120202/lua-types) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/ark120202/lua-types/releases) - [Commits](https://github.com/ark120202/lua-types/compare/v2.11.0...v2.12.1) --- updated-dependencies: - dependency-name: lua-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fefb9e1..30926ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1249,9 +1249,9 @@ } }, "node_modules/lua-types": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.11.0.tgz", - "integrity": "sha512-J/8qHrOjkZuPBDhnuAg0DWoaJEImqXNzgEnUigCTVrSVCcchM5Y5zpcI3aWAZPhuZlb0QKC/f3nc7VGmZmBg7w==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.12.1.tgz", + "integrity": "sha512-yWZmHe1nvaLy8tt13uDFZeOE6X80piCY48Y8KkHBSFXeclWk1hSOcMIuiEIskUbc+AQkac8FbPVfZMFm1AJceQ==", "peerDependencies": { "typescript-to-lua": "^1.0.0" } @@ -2804,9 +2804,9 @@ } }, "lua-types": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.11.0.tgz", - "integrity": "sha512-J/8qHrOjkZuPBDhnuAg0DWoaJEImqXNzgEnUigCTVrSVCcchM5Y5zpcI3aWAZPhuZlb0QKC/f3nc7VGmZmBg7w==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.12.1.tgz", + "integrity": "sha512-yWZmHe1nvaLy8tt13uDFZeOE6X80piCY48Y8KkHBSFXeclWk1hSOcMIuiEIskUbc+AQkac8FbPVfZMFm1AJceQ==", "requires": {} }, "merge2": {