From f6e3301df1e74ae655f7e8352798f00a2f1bc781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 05:16:32 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-markdown to v3.0.1 (#536) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2ac61275..2bdd205e 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.28.0", "eslint-plugin-jest": "27.2.3", - "eslint-plugin-markdown": "3.0.0", + "eslint-plugin-markdown": "3.0.1", "eslint-plugin-notice": "0.9.10", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-tsdoc": "0.2.17", diff --git a/yarn.lock b/yarn.lock index e02aa5fd..8a07cbba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6113,10 +6113,10 @@ eslint-plugin-jest@27.2.3: dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-markdown@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.0.tgz#69a63ab3445076a3c2eb6fce6f5114785b19d318" - integrity sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg== +eslint-plugin-markdown@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.1.tgz#fc6765bdb5f82a75e2438d7fac619602f2abc38c" + integrity sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A== dependencies: mdast-util-from-markdown "^0.8.5"