From f1a920d0d1a09068381a615158385ac928348559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 07:03:47 +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.2 to 17.0.3 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.2...v17.0.3) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.3 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 a036692..d6b22f8 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.2", + "marked": "^17.0.3", "typescript": "^5.9.3" } } diff --git a/yarn.lock b/yarn.lock index b352997..20b1080 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3177,10 +3177,10 @@ markdown-it@^14.1.1: punycode.js "^2.3.1" uc.micro "^2.1.0" -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== +marked@^17.0.3: + version "17.0.3" + resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.3.tgz#0defa25b1ba288433aa847848475d11109e1b3fd" + integrity sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A== math-intrinsics@^1.1.0: version "1.1.0"