From bdf0d0e1a0c954ec019e11a9006313bdc9aef295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 07:33:16 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.0.14 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.0.14. - [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.0.14) --- 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..a3cbbd1 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.0.14", "node-fetch": "^2.6.1" } }