From 6ffa0b3d0b4d6073538137a6468697431cca8bec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:47:19 +0000 Subject: [PATCH] Bump table from 6.1.0 to 6.2.0 Bumps [table](https://github.com/gajus/table) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/gajus/table/releases) - [Commits](https://github.com/gajus/table/compare/v6.1.0...v6.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9257fdc..70678ee 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "microbundle": "^0.13.0", "mocha": "^8.0.1", "prettier": "^2.0.2", - "table": "^6.0.1", + "table": "^6.2.0", "typescript": "^3.6.3" } } diff --git a/yarn.lock b/yarn.lock index 4f9e2b1..f2ab1e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5783,10 +5783,10 @@ table@^5.2.3: slice-ansi "^2.1.0" string-width "^3.0.0" -table@^6.0.1: - version "6.1.0" - resolved "https://registry.yarnpkg.com/table/-/table-6.1.0.tgz#676a0cfb206008b59e783fcd94ef8ba7d67d966c" - integrity sha512-T4G5KMmqIk6X87gLKWyU5exPpTjLjY5KyrFWaIjv3SvgaIUGXV7UEzGEnZJdTA38/yUS6f9PlKezQ0bYXG3iIQ== +table@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/table/-/table-6.2.0.tgz#3d92adbd37aca3c45de5f9c698d0474aa1de22b8" + integrity sha512-WMBBLuauiLXJjth35K4vOnd/xkaZ/dxEcyoZ+YhxSwfxFqvh+av06+oRqIwbR14m1lENB1egSWOFv/bNEt2D8A== dependencies: ajv "^8.0.1" is-boolean-object "^1.1.0"