From 7bf4ce655c25d7184273bbdc6356234cb86f5094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 22:35:07 +0000 Subject: [PATCH] Bump marked from 1.2.3 to 2.0.0 in /ui Bumps [marked](https://github.com/markedjs/marked) from 1.2.3 to 2.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.3...v2.0.0) 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..ae650db 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": "^2.0.0", "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..307673d 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@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.0.tgz#9662bbcb77ebbded0662a7be66ff929a8611cee5" + integrity sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q== md5.js@^1.3.4: version "1.3.5"