From 7372fe237a45a2cf02ac4c165a97def71f4bf3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:23:10 +0000 Subject: [PATCH] build(deps-dev): bump marked from 0.7.0 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 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.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 505f4420..ab22899f 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "lodash-es": "^4.17.15", "lodash.merge": "^4.6.2", "lodash.mergewith": "^4.6.2", - "marked": "^0.7.0", + "marked": "^4.0.10", "merge": "^1.2.1", "mini-css-extract-plugin": "^0.4.0", "normalize.css": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 8349a956..4ec29329 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7239,10 +7239,10 @@ markdown-it@^8.4.1: mdurl "^1.0.1" uc.micro "^1.0.5" -marked@^0.7.0: - version "0.7.0" - resolved "https://r.cnpmjs.org/marked/download/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e" - integrity sha1-tkIB8FHScbHtwQoE0a6bdLuOXA4= +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== math-expression-evaluator@^1.2.14: version "1.2.22"