From f86a3f36316f51beb64859237c283a914db3fa7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 06:02:01 +0000 Subject: [PATCH] Bump markdown-table from 1.1.3 to 2.0.0 Bumps [markdown-table](https://github.com/wooorm/markdown-table) from 1.1.3 to 2.0.0. - [Release notes](https://github.com/wooorm/markdown-table/releases) - [Commits](https://github.com/wooorm/markdown-table/compare/1.1.3...2.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12cba58..4fa4728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5341,9 +5341,12 @@ } }, "markdown-table": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz", - "integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz", + "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==", + "requires": { + "repeat-string": "^1.0.0" + } }, "matcher": { "version": "1.1.0", @@ -7322,8 +7325,7 @@ "repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" }, "repeating": { "version": "2.0.1", diff --git a/package.json b/package.json index 20981e5..857d4c0 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": "^2.0.0", "micro": "^9.3.4", "microfeedback-core": "^3.0.0", "mustache": "^2.3.2",