From f37c257dad323db8a0b2a374732cce076dc2f06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 05:47:45 +0000 Subject: [PATCH] chore(deps): bump marked from 4.3.0 to 5.0.2 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 5.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/v4.3.0...v5.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac83f8d..2f27a03 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dompurify": "^2.4.0", "hexo-util": "^3.0.1", "jsdom": "^20.0.1", - "marked": "^4.1.1" + "marked": "^5.0.2" }, "devDependencies": { "c8": "^7.12.0",