From 13aae0a61fdb797f18511de76fbc172cf4fb186b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:03:19 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.2.4 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.2.4. - [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/v2.1.3...v4.2.4) --- 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 3fbdb97..aee6a12 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "config.js": "^0.1.0", "express": "^4.17.1", "keyv": "^4.0.3", - "marked": "^2.0.1", + "marked": "^4.2.4", "node-fetch": "^2.6.1" } }