From ebe768e0449ef311f3539fa6206927e9355e4e1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:53:41 +0000 Subject: [PATCH] Update dependency markdown-table to v3.0.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c31f7d..562e504 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "markdown-magic": "3.3.0", - "markdown-table": "3.0.3" + "markdown-table": "3.0.4" }, "private": true, "stats": { diff --git a/yarn.lock b/yarn.lock index 75f19a9..87d2b2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -972,10 +972,10 @@ markdown-magic@3.3.0: smart-glob "^1.0.2" sync-request "^6.1.0" -markdown-table@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.3.tgz#e6331d30e493127e031dd385488b5bd326e4a6bd" - integrity sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw== +markdown-table@3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.4.tgz#fe44d6d410ff9d6f2ea1797a3f60aa4d2b631c2a" + integrity sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw== markdown-table@^2.0.0: version "2.0.0"