From 4be00a935c3d7fceb9a154a51f242abba31099f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 09:53:47 +0000 Subject: [PATCH] Bump marked from 4.2.2 to 4.2.5 Bumps [marked](https://github.com/markedjs/marked) from 4.2.2 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.2...v4.2.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... 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 1a2915b4..0866cb80 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jasmine-fail-fast": "^2.0.1", "jest": "^25.5.4", "jest-webextension-mock": "^3.8.7", - "marked": "^4.2.2", + "marked": "^4.2.5", "prettier": "^2.7.1", "selenium-webdriver": "^4.7.1", "ts-jest": "^25.5.1", diff --git a/yarn.lock b/yarn.lock index 63886801..fc73445f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5073,10 +5073,10 @@ marked@^1.1.1: resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.9.tgz#53786f8b05d4c01a2a5a76b7d1ec9943d29d72dc" integrity sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw== -marked@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.2.tgz#1d2075ad6cdfe42e651ac221c32d949a26c0672a" - integrity sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ== +marked@^4.2.5: + version "4.2.5" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.5.tgz#979813dfc1252cc123a79b71b095759a32f42a5d" + integrity sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ== marky@^1.2.0: version "1.2.1"