From 1a7817d3143deae4812c8805c9cda71614db3818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:54:39 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 7.0.1 to 7.0.2 Bumps [marked](https://github.com/markedjs/marked) from 7.0.1 to 7.0.2. - [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/v7.0.1...v7.0.2) --- 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 f65a611c..b2ca5b7e 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": "^7.0.1", + "marked": "^7.0.2", "pagefind": "^0.12.0", "postcss": "^8.4.27", "prettier": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 44d0034d..c275f530 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4367,10 +4367,10 @@ markdownlint@~0.29.0: markdown-it "13.0.1" markdownlint-micromark "0.1.5" -marked@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/marked/-/marked-7.0.1.tgz#f5b8efa20362ed1b89739c0a902e17148011930d" - integrity sha512-m8Aze620Ts62yaciz2DghZGUkUfdgvSNRicS2/XtQkStMNoce3NWjOD2b/jWF32+XXK6udM6pRhv2dKNlneAFA== +marked@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-7.0.2.tgz#7df34d9393bce63d175bcbdbe1de7b6727b3088d" + integrity sha512-ADEBjnCHOrsLoV7JPvUNWtELZ0b4SeIALhrfxuA9uhS3hw2PCezROoFduIqMOjeagBPto732+YC5tZHBMQRdqg== marky@^1.2.2: version "1.2.5"