From 94ad6a9967b85fd70147ff1548359f5b3f091461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:02:55 +0000 Subject: [PATCH] chore(deps): bump marked from 4.3.0 to 17.0.1 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 17.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v4.3.0...v17.0.1) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.1 dependency-type: direct:development 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 6616b73..f16f616 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "husky": "^9.1.7", "jest": "^29.7.0", "markdown-it": "^12.3.2", - "marked": "^4.0.10", + "marked": "^17.0.1", "typescript": "^5.9.3" } } diff --git a/yarn.lock b/yarn.lock index 3f07ff2..4c4b421 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2948,10 +2948,10 @@ markdown-it@^12.3.2: mdurl "^1.0.1" uc.micro "^1.0.5" -marked@^4.0.10: - version "4.3.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== +marked@^17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.1.tgz#9db34197ac145e5929572ee49ef701e37ee9b2e6" + integrity sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg== math-intrinsics@^1.1.0: version "1.1.0"