From bd043533c43e838430df0fa3290e7e400ced07d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 05:23:09 +0000 Subject: [PATCH] Bump markdown-table from 1.1.3 to 3.0.0 Bumps [markdown-table](https://github.com/wooorm/markdown-table) from 1.1.3 to 3.0.0. - [Release notes](https://github.com/wooorm/markdown-table/releases) - [Commits](https://github.com/wooorm/markdown-table/compare/1.1.3...3.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9db3a3..4c911d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,6 +169,11 @@ "defer-to-connect": "^1.0.1" } }, + "@types/repeat-string": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@types/repeat-string/-/repeat-string-1.6.0.tgz", + "integrity": "sha512-Nwr4xMZBJKzluvdF9QPKjqFi8EpR63jk0mQPBEXB/+kevUPBftRQrbt24m+NkRh0C9ftrNIqnnsDw9iyQv/j7g==" + }, "acorn": { "version": "5.7.4", "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", @@ -5340,9 +5345,13 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.0.tgz", + "integrity": "sha512-sSFatFzGRPVHCKgj80iNcYDdySAGS36qBzPON99RO0Zl5YwkK38zmhMQ0QSJik3YxGroyBnqP51ZGLueDtOqmg==", + "requires": { + "@types/repeat-string": "^1.0.0", + "repeat-string": "^1.0.0" + } }, "matcher": { "version": "1.1.0", @@ -7321,8 +7330,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 a800fd4..44125ad 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.0", "micro": "^9.3.4", "microfeedback-core": "^3.0.0", "mustache": "^2.3.2",