From 9c8ae1a70527497e9da30cda0fe19fb16b0d114b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:27:45 -0400 Subject: [PATCH] Bump marked from 4.0.17 to 4.1.1 (#2765) Bumps [marked](https://github.com/markedjs/marked) from 4.0.17 to 4.1.1. - [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/v4.0.17...v4.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 80a05648..7250e7f8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "https-proxy-agent": "^5.0.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", - "marked": "^4.0.17", + "marked": "^4.1.1", "nedb-promises": "^6.2.1", "opml-to-json": "^1.0.1", "process": "^0.11.10", diff --git a/yarn.lock b/yarn.lock index 4932a6bc..2b5711ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5611,10 +5611,10 @@ make-dir@^3.0.2, make-dir@^3.1.0: dependencies: semver "^6.0.0" -marked@^4.0.17: - version "4.0.17" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.17.tgz#1186193d85bb7882159cdcfc57d1dfccaffb3fe9" - integrity sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA== +marked@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.1.1.tgz#2f709a4462abf65a283f2453dc1c42ab177d302e" + integrity sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw== matcher@^3.0.0: version "3.0.0"