From 2bf4b61a68f1c5bfd48109087de16c924aece55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 07:03:11 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.2.12 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.2.12. - [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.12) --- 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..13bb9da 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.12", "node-fetch": "^2.6.1" } }