From 2547989f6709c5dbd99b17cf4b6ef6d3a4569f21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 13:29:42 +0000 Subject: [PATCH] chore(deps): bump markdown-table from 1.1.2 to 3.0.1 Bumps [markdown-table](https://github.com/wooorm/markdown-table) from 1.1.2 to 3.0.1. - [Release notes](https://github.com/wooorm/markdown-table/releases) - [Commits](https://github.com/wooorm/markdown-table/compare/1.1.2...3.0.1) Signed-off-by: dependabot-preview[bot] --- packages/integrations/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/integrations/package.json b/packages/integrations/package.json index a51dab69c..564097601 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "fs-extra": "^7.0.0", - "markdown-table": "^1.1.2", + "markdown-table": "^3.0.1", "mustache": "^3.0.0", "yaml": "^1.0.0-rc.7" }, diff --git a/yarn.lock b/yarn.lock index d474b2029..f5724dbe7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5054,10 +5054,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -markdown-table@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786" - integrity sha512-NcWuJFHDA8V3wkDgR/j4+gZx+YQwstPgfQDV8ndUeWWzta3dnDTBxpVzqS9lkmJAuV5YX35lmyojl6HO5JXAgw== +markdown-table@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.1.tgz#88c48957aaf2a8014ccb2ba026776a1d736fe3dc" + integrity sha512-CBbaYXKSGnE1uLRpKA1SWgIRb2PQrpkllNWpZtZe6VojOJ4ysqiq7/2glYcmKsOYN09QgH/HEBX5hIshAeiK6A== marked@^0.4.0: version "0.4.0"