From a29ab48d1dafc2b147a65c0ea1414a9fbc7962d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 21:45:02 +0000 Subject: [PATCH] Bump marked from 1.2.4 to 2.0.0 Bumps [marked](https://github.com/markedjs/marked) from 1.2.4 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.4...v2.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 220a41f..1cefe3b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jest": "^26.6.3", "jest-puppeteer": "^4.4.0", "lighthouse": "^6.4.1", - "marked": "^1.2.4", + "marked": "^2.0.0", "puppeteer": "^5.5.0", "rollup": "^2.33.3", "rollup-plugin-babel": "^4.4.0", diff --git a/yarn.lock b/yarn.lock index 212c5be..7cb6c8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7166,10 +7166,10 @@ markdown-escapes@^1.0.0: resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== -marked@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.4.tgz#94e99230b03496c9383b1322ac51bc17dd388a1d" - integrity sha512-6x5TFGCTKSQBLTZtOburGxCxFEBJEGYVLwCMTBCxzvyuisGcC20UNzDSJhCr/cJ/Kmh6ulfJm10g6WWEAJ3kvg== +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== marky@^1.2.0: version "1.2.1"