From e2213ce299d1f6c82900a683db672317f4146c82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 05:23:13 +0000 Subject: [PATCH] Bump markdown-table from 1.1.3 to 3.0.1 Bumps [markdown-table](https://github.com/wooorm/markdown-table) from 1.1.3 to 3.0.1. - [Release notes](https://github.com/wooorm/markdown-table/releases) - [Commits](https://github.com/wooorm/markdown-table/compare/1.1.3...3.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7cfb30..c39669b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5340,9 +5340,9 @@ } }, "markdown-table": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz", - "integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.1.tgz", + "integrity": "sha512-CBbaYXKSGnE1uLRpKA1SWgIRb2PQrpkllNWpZtZe6VojOJ4ysqiq7/2glYcmKsOYN09QgH/HEBX5hIshAeiK6A==" }, "matcher": { "version": "1.1.0", diff --git a/package.json b/package.json index a800fd4..46127af 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "axios": "^0.18.0", "lodash.trim": "^4.5.1", - "markdown-table": "^1.1.3", + "markdown-table": "^3.0.1", "micro": "^9.3.4", "microfeedback-core": "^3.0.0", "mustache": "^2.3.2",