From 71426cffadcc2eaf376ad3044be9bf836695cdef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:59:01 +0000 Subject: [PATCH] Bump marked from 0.6.1 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.1...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 4712709..54c15ab 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "highlight.js": "^9.15.6", "isomorphic-fetch": "^2.2.1", - "marked": "^0.6.1", + "marked": "^0.7.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index a7bac56..33fc60d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6157,10 +6157,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.6.1.tgz#a63addde477bca9613028de4b2bc3629e53a0562" - integrity sha512-+H0L3ibcWhAZE02SKMqmvYsErLo4EAVJxu5h3bHBBDvvjeWXtl92rGUSBYHL2++5Y+RSNgl8dYOAXcYe7lp1fA== +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== math-random@^1.0.1: version "1.0.4"