From 4a315cf11f5edf72162eee72215cc8209e620e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:40:14 +0000 Subject: [PATCH] Bump marked-highlight from 2.0.1 to 2.1.0 Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 2.0.1 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/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: marked-highlight dependency-type: direct:production update-type: version-update:semver-minor ... 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 075ed46f5..a7f353ac5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "github-markdown-css": "^5.2.0", "highlight.js": "^11.8.0", "marked": "^5.1.2", - "marked-highlight": "^2.0.1", + "marked-highlight": "^2.1.0", "react": "17", "react-dom": "17", "source-map-support": "^0.5.21", diff --git a/yarn.lock b/yarn.lock index 17ef97085..cb638320f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -559,10 +559,10 @@ markdown-it@^12.0.0: mdurl "^1.0.1" uc.micro "^1.0.5" -marked-highlight@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/marked-highlight/-/marked-highlight-2.0.1.tgz#a2b48533df77ea73bec3895be98bae6160dceec3" - integrity sha512-LDUfR/zDvD+dJ+lQOWHkxvBLNxiXcaN8pBtwJ/i4pI0bkDC/Ef6Mz1qUrAuHXfnpdr2rabdMpVFhqFuU+5Mskg== +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@^5.1.2: version "5.1.2"