From 682703f2c9d192f9ac3b5afad51cd6bd7629d514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 08:23:56 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 0.5.2 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.5.2 to 0.7.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/v0.5.2...v0.7.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 444f5ff67..a5b2daf46 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "jest": "^23.6.0", "lint-staged": "^8.0.4", "markdown-jsx-loader": "^3.0.2", - "marked": "^0.5.1", + "marked": "^0.7.0", "moment": "^2.22.2", "mt-changelog": "^0.6.1", "node-sass": "4.12.0", diff --git a/yarn.lock b/yarn.lock index 6257f7868..51e9236c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10337,10 +10337,10 @@ marked@^0.3.5, marked@^0.3.6: resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790" integrity sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg== -marked@^0.5.1: - version "0.5.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.2.tgz#3efdb27b1fd0ecec4f5aba362bddcd18120e5ba9" - integrity sha512-fdZvBa7/vSQIZCi4uuwo2N3q+7jJURpMVCcbaX0S1Mg65WZ5ilXvC67MviJAsdjqqgD+CEq4RKo5AYGgINkVAA== +marked@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e" + integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg== matcher@^1.0.0: version "1.1.1"