From 26769ff71c3d55439b6d617070e3a758d02dae77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 07:03:25 +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.3 to 17.0.4 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.3...v17.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.4 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 3212b02..8bb2e07 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.3", + "marked": "^17.0.4", "typescript": "^5.9.3" } } diff --git a/yarn.lock b/yarn.lock index 7c591b0..012a81a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3179,10 +3179,10 @@ markdown-it@^14.1.1: punycode.js "^2.3.1" uc.micro "^2.1.0" -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== +marked@^17.0.4: + version "17.0.4" + resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.4.tgz#38293b06b0605db39107803f3398938bbbed1b28" + integrity sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ== math-intrinsics@^1.1.0: version "1.1.0"