From 7ade566cdcdc17e08a5f2d17c843b0975801a0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:09:02 +0000 Subject: [PATCH] Bump marked from 2.0.3 to 4.0.10 in /docker/ui Bumps [marked](https://github.com/markedjs/marked) from 2.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/v2.0.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/ui/package.json | 2 +- docker/ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/ui/package.json b/docker/ui/package.json index 8cc252b..a357c3d 100644 --- a/docker/ui/package.json +++ b/docker/ui/package.json @@ -15,7 +15,7 @@ "core-js": "^3.6.5", "highlight.js": "^10.4.1", "json2csv": "^5.0.1", - "marked": "^2.0.0", + "marked": "^4.0.10", "moment": "^2.27.0", "pluralize": "^8.0.0", "tailwindcss": "^1.7.6", diff --git a/docker/ui/yarn.lock b/docker/ui/yarn.lock index ceca0d7..27b41ee 100644 --- a/docker/ui/yarn.lock +++ b/docker/ui/yarn.lock @@ -5630,10 +5630,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.3.tgz#3551c4958c4da36897bda2a16812ef1399c8d6b0" - integrity sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA== +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== md5.js@^1.3.4: version "1.3.5"