From 9826e77df7a9faac06a3a7e548a143644dfe2865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:49:11 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 1.2.9 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 1.2.9 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/v1.2.9...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... 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 243cef7..0015fde 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "eslint-plugin-react": "^7", "jest": "^24.8.0", "less": "^3.11.1", - "marked": "^1.1.1", + "marked": "^4.0.10", "nodemon": "^1.19.1", "npm-run-all": "^4.1.5", "parcel": "^1.12.4", diff --git a/yarn.lock b/yarn.lock index 7013e6c..e2308fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9853,10 +9853,10 @@ markdown-escapes@^1.0.0: resolved "https://registry.npmmirror.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" integrity sha1-yVQV70UUmddgK5EJXzyOiXX3hTU= -marked@^1.1.1: - version "1.2.9" - resolved "https://registry.npmmirror.com/marked/download/marked-1.2.9.tgz#53786f8b05d4c01a2a5a76b7d1ec9943d29d72dc" - integrity sha1-U3hviwXUwBoqWna30eyZQ9Kdctw= +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== matcher@^3.0.0: version "3.0.0"