From afb41248ab2cd0836e10b8d7403d61fafa53b68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:57:49 +0000 Subject: [PATCH] Bump marked from 0.3.19 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 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.3.19...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/kanban-with-db/package.json | 2 +- examples/kanban/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/kanban-with-db/package.json b/examples/kanban-with-db/package.json index 77d623a..e3a6c81 100644 --- a/examples/kanban-with-db/package.json +++ b/examples/kanban-with-db/package.json @@ -16,7 +16,7 @@ "classnames": "^2.2.5", "core-js": "2", "date-fns": "^1.29.0", - "marked": "^0.3.19", + "marked": "^4.0.10", "react": "^16.8.6", "react-aria-menubutton": "^6.1.0", "react-beautiful-dnd": "^11.0.5", diff --git a/examples/kanban/package.json b/examples/kanban/package.json index 4affb7e..7b2eff1 100644 --- a/examples/kanban/package.json +++ b/examples/kanban/package.json @@ -19,7 +19,7 @@ "core-js": "2", "date-fns": "^1.29.0", "history": "^4.10.1", - "marked": "^0.3.19", + "marked": "^4.0.10", "react": "^16.8.6", "react-aria-menubutton": "^6.1.0", "react-beautiful-dnd": "^11.0.5", diff --git a/yarn.lock b/yarn.lock index 4904b86..c44579c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13358,16 +13358,16 @@ marked-terminal@^3.3.0: node-emoji "^1.4.1" supports-hyperlinks "^1.0.1" -marked@^0.3.19: - version "0.3.19" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790" - integrity sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg== - 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-file@^3.2.3: version "3.2.3" resolved "https://registry.yarnpkg.com/md5-file/-/md5-file-3.2.3.tgz#f9bceb941eca2214a4c0727f5e700314e770f06f"