From 2086d40149cfc17b1c586f822d27282aea097324 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Apr 2020 03:49:07 +0000 Subject: [PATCH] fix(deps): update dependency @types/table to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df70fb887..9fc28c00a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/eslint": "6.1.8", "@types/js-yaml": "3.12.3", "@types/qs": "6.9.1", - "@types/table": "4.0.7", + "@types/table": "5.0.0", "@types/yaml": "1.2.0", "axios": "0.19.2", "bitbucket": "2.0.3", diff --git a/yarn.lock b/yarn.lock index 8d1043bfe..08375b603 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1084,10 +1084,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== -"@types/table@4.0.7": - version "4.0.7" - resolved "https://registry.yarnpkg.com/@types/table/-/table-4.0.7.tgz#c21100d37d4924abbbde85414170260d4d7b0316" - integrity sha512-HKtXvBxU8U8evZCSlUi9HbfT/SFW7nSGCoiBEheB06jAhXeW6JbGh8biEAqIFG5rZo9f8xeJVdIn455sddmIcw== +"@types/table@5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@types/table/-/table-5.0.0.tgz#67c3821138eb41d538c3d9286771c6cdeeac7172" + integrity sha512-fQLtGLZXor264zUPWI95WNDsZ3QV43/c0lJpR/h1hhLJumXRmHNsrvBfEzW2YMhb0EWCsn4U6h82IgwsajAuTA== "@types/through@*": version "0.0.30"