From 83c5936d871d5eefec6f940f5e4b08d993b8f116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:44:21 +0000 Subject: [PATCH] Bump marked from 4.3.0 to 12.0.1 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 12.0.1. - [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.3.0...v12.0.1) --- updated-dependencies: - dependency-name: marked 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 a0ea21c..2b09e12 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.7", "html-webpack-plugin": "^4.5.0", - "marked": "^4.3.0", + "marked": "^12.0.1", "node-sass": "^4.14.1", "pretty": "^2.0.0", "raven-js": "^3.27.2", diff --git a/yarn.lock b/yarn.lock index 93e90ab..add258c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7537,10 +7537,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== +marked@^12.0.1: + version "12.0.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.1.tgz#8ab1eb15560c7cbe3b011074845d7ca6c4d392b0" + integrity sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q== md5.js@^1.3.4: version "1.3.5"