From 817a9ab0b493113b07ebbefe3feb28d61cfd942c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 20:29:37 +0000 Subject: [PATCH] chore(deps): update dependency marked to v6 --- packages/eslint-plugin/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index cecb078d9ac3..92de533a131e 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -82,7 +82,7 @@ "jest-specific-snapshot": "*", "json-schema": "*", "markdown-table": "^3.0.3", - "marked": "^5.1.1", + "marked": "^6.0.0", "prettier": "*", "title-case": "^3.0.3", "typescript": "*" diff --git a/yarn.lock b/yarn.lock index 3fe6ee83ef54..7e31aa817648 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10469,10 +10469,10 @@ markdownlint@~0.29.0: markdown-it "13.0.1" markdownlint-micromark "0.1.5" -marked@^5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-5.1.2.tgz#62b5ccfc75adf72ca3b64b2879b551d89e77677f" - integrity sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg== +marked@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-6.0.0.tgz#80cd7f51145437cffe9f541a318b9882f75601df" + integrity sha512-7E3m/xIlymrFL5gWswIT4CheIE3fDeh51NV09M4x8iOc7NDYlyERcQMLAIHcSlrvwliwbPQ4OGD+MpPSYiQcqw== mathml-tag-names@^2.1.3: version "2.1.3"