From 339707bca9e6775e89a25bf8105c4b950b456847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:39:04 +0000 Subject: [PATCH] Bump marked from 5.1.0 to 9.0.3 Bumps [marked](https://github.com/markedjs/marked) from 5.1.0 to 9.0.3. - [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.0...v9.0.3) --- 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 33f76aa..a7324a4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "github-markdown-css": "^5.2.0", "highlight.js": "^11.8.0", "html-react-parser": "^4.0.0", - "marked": "^5.1.0" + "marked": "^9.0.3" }, "devDependencies": { "@babel/cli": "^7.22.5", diff --git a/yarn.lock b/yarn.lock index f2f6a2f..d223233 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6517,10 +6517,10 @@ makeerror@1.0.12: dependencies: tmpl "1.0.5" -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== +marked@^9.0.3: + version "9.0.3" + resolved "https://registry.yarnpkg.com/marked/-/marked-9.0.3.tgz#95be5e8cba93f2c2ca1d6503794c4f02d81c97d9" + integrity sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ== mdn-data@2.0.14: version "2.0.14"