From 85a6a3538bdc410777af0587139eb3798c3fa8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:08:33 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 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/v2.1.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 984ba49..7d65605 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jsdoc-api": "^5.0.2", "jsdoc3-parser": "^1.0.4", "lodash.template": ">=4.5.0", - "marked": "^2.0.0", + "marked": "^4.0.10", "mkdirp": "^0.5.1", "rimraf": "^2.2.8", "sassdoc": "^2.7.3", diff --git a/yarn.lock b/yarn.lock index 6ea0e68..85790a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1723,6 +1723,11 @@ marked@^0.6.2, marked@^2.0.0, marked@^2.0.3: resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753" integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA== +marked@^4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" + integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw== + mdurl@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"