From a2db3d6bdcd5238a800f20f5c2784dc2883bb9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:01:28 +0000 Subject: [PATCH] Bump marked from 0.6.2 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.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 3aef20c..787f9a0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "compression": "^1.7.1", "js-yaml": "^3.13.1", - "marked": "^0.6.2", + "marked": "^0.7.0", "polka": "^0.5.0", "sirv": "^0.4.0" }, diff --git a/yarn.lock b/yarn.lock index c8d854b..0f389d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1140,10 +1140,10 @@ magic-string@^0.25.2: dependencies: sourcemap-codec "^1.4.4" -marked@^0.6.2: - version "0.6.2" - resolved "https://registry.npm.taobao.org/marked/download/marked-0.6.2.tgz#c574be8b545a8b48641456ca1dbe0e37b6dccc1a" - integrity sha1-xXS+i1Rai0hkFFbKHb4ON7bczBo= +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== matchit@^1.0.0: version "1.0.8"