From 4986aed631b840338409e64d73ae9ab45e18b165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jan 2022 22:06:55 -0500 Subject: [PATCH] Bump marked from 3.0.3 to 4.0.10 (#2010) Bumps [marked](https://github.com/markedjs/marked) from 3.0.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/v3.0.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9213e0b6..22ecfe54 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", "lodash.uniqwith": "^4.5.0", - "marked": "^3.0.2", + "marked": "^4.0.10", "material-design-icons": "^3.0.1", "nedb-promises": "^5.0.1", "node-forge": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index cb1d2fe6..f8b78649 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6034,10 +6034,10 @@ makeerror@1.0.x: dependencies: tmpl "1.0.x" -marked@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.3.tgz#d81ff0f9e29cef0a177327fe009b460f31aa5862" - integrity sha512-4oIDhVSQ2s+xNCfek9OnZgCQR/WykGCom02JzIIvi4Pme+MIwPYqvGVW8CQWOXeoZu0TtVB6pTxIuoLm+dKqDA== +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== matcher@^3.0.0: version "3.0.0"