From 96bedbed1a5a282adb4a931b81735d768401d3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:25:11 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 9.0.0 to 9.0.3 Bumps [marked](https://github.com/markedjs/marked) from 9.0.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/v9.0.0...v9.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... 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 bc479ddc..0fa64d06 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", "markdownlint-cli": "^0.36.0", - "marked": "^9.0.0", + "marked": "^9.0.3", "pagefind": "^1.0.3", "postcss": "^8.4.29", "prettier": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index adf0ee6f..8a8a1ae3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3710,10 +3710,10 @@ markdownlint@~0.30.0: markdown-it "13.0.1" markdownlint-micromark "0.1.7" -marked@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-9.0.0.tgz#d812a4a452d219330561f6e0e4b669b784889303" - integrity sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w== +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== maximatch@^0.1.0: version "0.1.0"