From 06b416bb9b699173678ffa665f7fea23e8ae07e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:23:39 +0000 Subject: [PATCH] Bump marked from 0.3.19 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. - [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/v0.3.19...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc08c53..d7b1002 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express": "^4.13.3", "js-yaml": "^3.4.3", "lodash": "^3.10.1", - "marked": "^0.3.5", + "marked": "^4.0.10", "moment": "^2.10.6", "through": "^2.3.4", "yargs": "^3.29.0" diff --git a/yarn.lock b/yarn.lock index a836102..8222818 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2287,10 +2287,14 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^0.3.2, marked@^0.3.5: +marked@^0.3.2: version "0.3.19" resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790" +marked@^4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" + media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"