From b4e6b2551afc6b9762146aa8a64865ba1715545b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:02:17 +0000 Subject: [PATCH] :arrow_up: Bump marked from 4.3.0 to 5.0.5 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 5.0.5. - [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.5) --- 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 2570791..25761b1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express": "^4.18.2", "js-base64": "^3.7.3", "js-md5": "^0.7.3", - "marked": "^4.2.4", + "marked": "^5.0.5", "node-fetch": "^2.6.7", "nodemailer": "^6.8.0", "sanitize-html": "^2.8.0"