From f96554bcc9d394018aeb604385cc850bd9bea53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:27:47 +0000 Subject: [PATCH] :arrow_up: Bump marked from 4.3.0 to 7.0.3 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 7.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/v4.3.0...v7.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84fed8e..e790690 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dayjs": "^1.11.7", "html-webpack-plugin": "^5.5.0", "js-md5": "^0.7.3", - "marked": "^4.2.5", + "marked": "^7.0.3", "owo": "^1.0.2", "postcss": "^8.4.20", "postcss-loader": "^7.0.2",