From a8eaf65a293fecd52d4bbd640e34211d5b2095ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:58:23 +0000 Subject: [PATCH] Bump marked from 4.3.0 to 15.0.7 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 15.0.7. - [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...v15.0.7) --- 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 169c917e..8a9eb9cf 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "json-stringify-pretty-compact": "^3.0.0", "json5": "^2.2.0", "lodash": "^4.17.21", - "marked": "^4.0.12", + "marked": "^15.0.7", "microfiber": "^2.0.1", "postcss": "^8.4.19", "sass": "^1.32.13", diff --git a/yarn.lock b/yarn.lock index 95bc6d21..4fcb9968 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3697,10 +3697,10 @@ map-cache@^0.2.0: resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== -marked@^4.0.12: - version "4.3.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== +marked@^15.0.7: + version "15.0.7" + resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.7.tgz#f67d7e34d202ce087e6b879107b5efb04e743314" + integrity sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg== maxmin@^3.0.0: version "3.0.0"