From 09fe0f5d17f57924050b3f0ed2ad4091d9026fb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:21:41 +0000 Subject: [PATCH] chore: update dependency markdown-table to ^3.0.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58cc3ad43057..38610e9cd51b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "husky": "^9.0.11", "lerna": "^8.1.8", "lint-staged": "^15.2.10", - "markdown-table": "^3.0.3", + "markdown-table": "^3.0.4", "open-cli": "^8.0.0", "prettier": "^3.3.2", "typescript": "~5.2.2" @@ -23598,10 +23598,11 @@ } }, "node_modules/markdown-table": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", - "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", + "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" diff --git a/package.json b/package.json index 0bf32e62cc56..18b5d4439f3b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "husky": "^9.0.11", "lerna": "^8.1.8", "lint-staged": "^15.2.10", - "markdown-table": "^3.0.3", + "markdown-table": "^3.0.4", "open-cli": "^8.0.0", "prettier": "^3.3.2", "typescript": "~5.2.2"