From 539d59c46e0482253ee0878cf55a8d7a7819ac6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:55:19 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 0.5.0 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.5.0...v0.7.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6e9361e..ec59382 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "husky": "^0.14.3", "imagemin-webpack-plugin": "^2.2.0", "lint-staged": "^7.2.2", - "marked": "^0.5.0", + "marked": "^0.7.0", "serve": "^10.0.0", "standard-version": "^4.4.0", "ts-loader": "^3.5.0", diff --git a/yarn.lock b/yarn.lock index 7b47ef6..672c123 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6026,9 +6026,9 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.0.tgz#9e590bad31584a48ff405b33ab1c0dd25172288e" +marked@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e" match-sorter@^2.0.2: version "2.2.3"