From 834202b0c929554632325c60c5c6f45ffb54e365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 07:17:39 +0000 Subject: [PATCH] Bump marked-highlight from 1.0.2 to 2.1.0 Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 1.0.2 to 2.1.0. - [Release notes](https://github.com/markedjs/marked-highlight/releases) - [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs) - [Commits](https://github.com/markedjs/marked-highlight/compare/v1.0.2...v2.1.0) --- updated-dependencies: - dependency-name: marked-highlight dependency-type: direct:production 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 ff105d5b5..786d6b64b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "lodash": "^4.17.21", "lunr": "^2.3.9", "marked": "^11.1.0", - "marked-highlight": "^1.0.2", + "marked-highlight": "^2.1.0", "node-html-parser": "^6.1.4", "pad-start": "^1.0.2", "parse-git-config": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 54bbb4a1f..955ef73ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10864,10 +10864,10 @@ markdown-it@^4.3.0: mdurl "~1.0.0" uc.micro "^1.0.0" -marked-highlight@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/marked-highlight/-/marked-highlight-1.0.2.tgz#1b6844df56bb0aa7ca19a08123b46d84f51008c6" - integrity sha512-Jh+4nqS3KxsOJfh7k8wgtvVAXPydrVgkgggmQgdrtmK5I+0b27cIYfW8YYYzxGgMy1JCZTRygr58CMhvZqFULA== +marked-highlight@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/marked-highlight/-/marked-highlight-2.1.0.tgz#8003357d706e273f9c9e0177140d3f8ca6fd51c4" + integrity sha512-peBvgGZZqUw074Vy/N8Y7/6JQhSnR54/T0Ozq2/fAIBzcYfVfExFdQJptIhQxreR1elpwvJRrqhp6S/Prk8prA== marked@^11.1.0: version "11.1.0"