From 7d62058400d6fcce12ceaa3c026066d0d53dd0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 16:38:00 +0000 Subject: [PATCH] Bump marked from 1.1.1 to 2.0.0 in /client Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 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.1.1...v2.0.0) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 2b92684..8bf612a 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "dompurify": "^2.0.12", "dotenv-webpack": "^2.0.0", "html-webpack-plugin": "^3.2.0", - "marked": "^1.1.1", + "marked": "^2.0.0", "node-sass": "^4.13.1", "preact": "^10.3.3", "preact-router": "^3.2.1", diff --git a/client/yarn.lock b/client/yarn.lock index 2e731b9..0526449 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3496,10 +3496,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a" - integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw== +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"