From 529b2164409cb6e7bab3725a46a7bfd24ba89124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:15:55 -0500 Subject: [PATCH] Bump marked from 4.2.4 to 4.2.5 (#2998) Bumps [marked](https://github.com/markedjs/marked) from 4.2.4 to 4.2.5. - [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.2.4...v4.2.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 aba114975..e5e3e2e72 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "lodash.debounce": "^4.0.8", - "marked": "^4.2.4", + "marked": "^4.2.5", "nedb-promises": "^6.2.1", "process": "^0.11.10", "socks-proxy-agent": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 546027171..5838a152c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5696,10 +5696,10 @@ make-dir@^3.0.2: dependencies: semver "^6.0.0" -marked@^4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.4.tgz#5a4ce6c7a1ae0c952601fce46376ee4cf1797e1c" - integrity sha512-Wcc9ikX7Q5E4BYDPvh1C6QNSxrjC9tBgz+A/vAhp59KXUgachw++uMvMKiSW8oA85nopmPZcEvBoex/YLMsiyA== +marked@^4.2.5: + version "4.2.5" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.5.tgz#979813dfc1252cc123a79b71b095759a32f42a5d" + integrity sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ== matcher@^3.0.0: version "3.0.0"