From 05ab7d5b6c8516f10c1b4f7292bff19df1dbed27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:06:32 +0000 Subject: [PATCH] Bump marked from 9.1.6 to 10.0.0 Bumps [marked](https://github.com/markedjs/marked) from 9.1.6 to 10.0.0. - [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/v9.1.6...v10.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... 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 65c1153c..9f3d38ed 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jasmine-fail-fast": "^2.0.1", "jest": "^25.5.4", "jest-webextension-mock": "^3.8.9", - "marked": "^9.1.6", + "marked": "^10.0.0", "prettier": "^3.1.0", "selenium-webdriver": "^4.7.1", "ts-jest": "^25.5.1", diff --git a/yarn.lock b/yarn.lock index 8674bbb0..4fc7d5bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5478,10 +5478,10 @@ marked@^1.1.1: resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.9.tgz#53786f8b05d4c01a2a5a76b7d1ec9943d29d72dc" integrity sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw== -marked@^9.1.6: - version "9.1.6" - resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.6.tgz#5d2a3f8180abfbc5d62e3258a38a1c19c0381695" - integrity sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q== +marked@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c" + integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA== marky@^1.2.0: version "1.2.1"