From ea7c5c6fbfc3953d22c47185b9b4fe72aacbd934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:15:23 +0000 Subject: [PATCH] Bump marked from 1.2.3 to 4.0.10 in /ui Bumps [marked](https://github.com/markedjs/marked) from 1.2.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/v1.2.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 4b7466b..06c8680 100644 --- a/ui/package.json +++ b/ui/package.json @@ -26,7 +26,7 @@ "@ngrx/store": "^10.0.1", "@ngrx/store-devtools": "^10.0.1", "@types/qs": "^6.9.5", - "marked": "^1.2.3", + "marked": "^4.0.10", "ngrx-store-logger": "^0.2.4", "qs": "^6.9.4", "rxjs": "~6.6.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 321aec5..8abc0be 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -5465,10 +5465,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.3.tgz#58817ba348a7c9398cb94d40d12e0d08df83af57" - integrity sha512-RQuL2i6I6Gn+9n81IDNGbL0VHnta4a+8ZhqvryXEniTb/hQNtf3i26hi1XWUhzb9BgVyWHKR3UO8MaHtKoYibw== +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"