From c7037b30237468d36f69e800e2517ac81a6e23f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:07:48 +0000 Subject: [PATCH] chore(deps): bump marked from 5.0.5 to 5.1.0 Bumps [marked](https://github.com/markedjs/marked) from 5.0.5 to 5.1.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.0.5...v5.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... 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 95ef4340..357596bb 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", "markdownlint-cli": "^0.34.0", - "marked": "^5.0.5", + "marked": "^5.1.0", "striptags": "^3.2.0", "tailwindcss": "^3.3.2" }, diff --git a/yarn.lock b/yarn.lock index cd9bdde1..69d4b962 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3680,10 +3680,10 @@ markdownlint@~0.28.2: markdown-it "13.0.1" markdownlint-micromark "0.1.2" -marked@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/marked/-/marked-5.0.5.tgz#1c7bd284d7d29d7d75d6241b26e5d5bf3b558a12" - integrity sha512-auTmKJTBwZM/GLVFOhmkY7pL8v/0DxiDaXRC2kEyajcNJ0XXn9NphLD0106dbWrbPwcyD4Y0Dus16OkCzUMkfg== +marked@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-5.1.0.tgz#cf51f03ba04dfb3469774029fd0106d258658767" + integrity sha512-z3/nBe7aTI8JDszlYLk7dDVNpngjw0o1ZJtrA9kIfkkHcIF+xH7mO23aISl4WxP83elU+MFROgahqdpd05lMEQ== maximatch@^0.1.0: version "0.1.0"