From 8353f90c889e384352e1ea7e2d283a70552d9ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:06:22 +0000 Subject: [PATCH] Bump marked from 4.0.10 to 11.1.1 Bumps [marked](https://github.com/markedjs/marked) from 4.0.10 to 11.1.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.0.10...v11.1.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 6635f56e..c11c7eb7 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.1.1", "morgan": "^1.10.0", "node-plop": "^0.31.0", "nodemon": "^2.0.4", diff --git a/yarn.lock b/yarn.lock index 2bb21d18..1aac0f6e 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.1.1: + version "11.1.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.1.tgz#e1b2407241f744fb1935fac224680874d9aff7a3" + integrity sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg== md5.js@^1.3.4: version "1.3.5"