From ccb41906b46ebd01238c83323c3eee6993d091ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:07:50 +0000 Subject: [PATCH] Bump marked from 4.0.10 to 11.0.0 Bumps [marked](https://github.com/markedjs/marked) from 4.0.10 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.0.10...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 6635f56e..c47783f4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "js-yaml": "^4.1.0", "jsdom": "^22.1.0", "lodash": "^4.17.21", - "marked": "^4.0.10", + "marked": "^11.0.0", "morgan": "^1.10.0", "node-plop": "^0.31.0", "nodemon": "^2.0.4", diff --git a/yarn.lock b/yarn.lock index 2bb21d18..16b796ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8604,10 +8604,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^4.0.10: - version "4.0.10" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" - integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw== +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"