From b3a0845dee9f0d67ffed8dc68e67d3717377d4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:52:24 +0000 Subject: [PATCH] chore(deps-dev): bump markdown-table from 2.0.0 to 3.0.2 Bumps [markdown-table](https://github.com/wooorm/markdown-table) from 2.0.0 to 3.0.2. - [Release notes](https://github.com/wooorm/markdown-table/releases) - [Commits](https://github.com/wooorm/markdown-table/compare/2.0.0...3.0.2) --- updated-dependencies: - dependency-name: markdown-table dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++-------------- package.json | 2 +- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84ec254294e..89e926ded9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "lerna": "2.11.0", "light-my-request": "4.5.0", "lint-staged": "11.2.0", - "markdown-table": "2.0.0", + "markdown-table": "3.0.2", "merge-graphql-schemas": "1.7.8", "middie": "5.3.0", "mocha": "9.1.2", @@ -22169,13 +22169,10 @@ } }, "node_modules/markdown-table": { - "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==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.2.tgz", + "integrity": "sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA==", "dev": true, - "dependencies": { - "repeat-string": "^1.0.0" - }, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -49552,13 +49549,10 @@ } }, "markdown-table": { - "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==", - "dev": true, - "requires": { - "repeat-string": "^1.0.0" - } + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.2.tgz", + "integrity": "sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA==", + "dev": true }, "marked": { "version": "0.7.0", diff --git a/package.json b/package.json index 54b70aba6ea..4e9aaf99cf7 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "lerna": "2.11.0", "light-my-request": "4.5.0", "lint-staged": "11.2.0", - "markdown-table": "2.0.0", + "markdown-table": "3.0.2", "merge-graphql-schemas": "1.7.8", "middie": "5.3.0", "mocha": "9.1.2",