From 35536e8f7569de05f06a7f8de8d05bca987c6bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 07:03:37 +0000 Subject: [PATCH] chore(deps): bump marked in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 17.0.1 to 17.0.2 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.1...v17.0.2) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... 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 09efd33..006a024 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "husky": "^9.1.7", "jest": "^30.2.0", "markdown-it": "^14.1.1", - "marked": "^17.0.1", + "marked": "^17.0.2", "typescript": "^5.9.3" } } diff --git a/yarn.lock b/yarn.lock index f4c01be..bd74233 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3172,10 +3172,10 @@ markdown-it@^14.1.1: punycode.js "^2.3.1" uc.micro "^2.1.0" -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== +marked@^17.0.2: + version "17.0.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.2.tgz#a103f82bed9653dd1d74c15f74107c84ddbe749d" + integrity sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA== math-intrinsics@^1.1.0: version "1.1.0"