From 8888217b2888aade14bea3a4ff8ae93273cad57b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 20:04:07 +0000 Subject: [PATCH] chore(deps): bump marked from 4.3.0 to 5.0.0 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 5.0.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...v5.0.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 cc3fda06..5bc7156f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", "markdownlint-cli": "^0.34.0", - "marked": "^4.3.0", + "marked": "^5.0.0", "tailwind-dracula": "^1.1.0", "tailwindcss": "^3.3.2" }, diff --git a/yarn.lock b/yarn.lock index 3115076e..06e83ec3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3636,10 +3636,10 @@ markdownlint@~0.28.2: markdown-it "13.0.1" markdownlint-micromark "0.1.2" -marked@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== +marked@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-5.0.0.tgz#bab5df970d1f6f748ccac0d20c54b598277f2002" + integrity sha512-YQ6+L9l/NSBDjFgCQQebmTCc62EUdZ5RpIZ7A/FmC8IYMB5s7Cz8sT7imuMAkbIL4CvXpQLdW45fpK5UwiU7DA== maximatch@^0.1.0: version "0.1.0"