From 2fe13c43bc980fdc9cd57256775fc15e484acc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:04:41 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 5.1.2 to 6.0.0 Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 6.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v5.1.2...v6.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a21ac859..e5c802e6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", "markdownlint-cli": "^0.35.0", - "marked": "^5.1.2", + "marked": "^6.0.0", "pagefind": "^0.12.0", "postcss": "^8.4.27", "prettier": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 8f69e2d6..44a81746 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4438,10 +4438,10 @@ markdownlint@~0.29.0: markdown-it "13.0.1" markdownlint-micromark "0.1.5" -marked@^5.1.2: - 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== marky@^1.2.2: version "1.2.5"