From 3d370be6cd045059ff73ebea69f87386947aba84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:45:22 +0000 Subject: [PATCH] Bump marked from 4.3.0 to 11.0.0 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 11.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/v4.3.0...v11.0.0) --- 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..a727a3a 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": "^11.0.0", "node-sass": "^4.14.1", "pretty": "^2.0.0", "raven-js": "^3.27.2", diff --git a/yarn.lock b/yarn.lock index 93e90ab..8bab28c 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@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-11.0.0.tgz#02e63c4352a59a268e2e5b3afb7a46851c0b446d" + integrity sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw== md5.js@^1.3.4: version "1.3.5"