From 2927bf0fd970e2c462d30f409f29a2584e99e3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:04:42 +0000 Subject: [PATCH] Bump marked from 0.7.0 to 4.0.10 in /blog Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blog/package.json | 2 +- blog/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blog/package.json b/blog/package.json index 8987939..c375c6b 100644 --- a/blog/package.json +++ b/blog/package.json @@ -15,7 +15,7 @@ "highlight.js": "^9.16.2", "lodash": "^4.17.15", "markdown-navbar": "^1.0.7", - "marked": "^0.7.0", + "marked": "^4.0.10", "next": "9.0.6", "react": "16.9.0", "react-dom": "16.9.0" diff --git a/blog/yarn.lock b/blog/yarn.lock index 53b4863..b132e62 100644 --- a/blog/yarn.lock +++ b/blog/yarn.lock @@ -3399,10 +3399,10 @@ markdown-navbar@^1.0.7: prop-types "^15.6.0" react "^16.2.0" -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== +marked@^4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" + integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw== md5.js@^1.3.4: version "1.3.5"