From 03fa7f7bcb2c4c4fabb9e847f70a428a7c5b82a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 07:19:07 +0000 Subject: [PATCH] Bump marked from 4.3.0 to 9.1.0 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 9.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/v4.3.0...v9.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production 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 288d44ad4..590abf866 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "line-column": "^1.0.2", "lodash": "^4.17.15", "lunr": "^2.3.7", - "marked": "^4.0.12", + "marked": "^9.1.0", "node-html-parser": "^6.1.4", "pad-start": "^1.0.2", "parse-git-config": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 2aeb1b234..164613c85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10853,10 +10853,10 @@ markdown-it@^4.3.0: mdurl "~1.0.0" uc.micro "^1.0.0" -marked@^4.0.12: - version "4.3.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== +marked@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.0.tgz#7a085c7d46730dee2b801f1c1b35c5745479e270" + integrity sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA== matcher-collection@^1.0.0, matcher-collection@^1.1.1: version "1.1.2"