From 5765f51f20f51d0cc90d175062091a4c0e327b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:33:51 +0000 Subject: [PATCH 1/2] chore(deps): bump marked from 18.0.5 to 18.0.6 Bumps [marked](https://github.com/markedjs/marked) from 18.0.5 to 18.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.5...v18.0.6) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 47a5312e4..230beb738 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "dompurify": "^3.4.11", "electron-context-menu": "^4.1.2", "googlevideo": "^4.0.4", - "marked": "^18.0.2", + "marked": "^18.0.6", "process": "^0.11.10", "shaka-player": "^5.1.2", "swiper": "^12.1.2", diff --git a/yarn.lock b/yarn.lock index 7b4621c9b..1102f5f4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5666,10 +5666,10 @@ magic-string@^0.30.19, magic-string@^0.30.21: dependencies: "@jridgewell/sourcemap-codec" "^1.5.5" -marked@^18.0.2: - version "18.0.5" - resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.5.tgz#c229c0ac6ad1e275ae8e5037c6168f76d2f42e61" - integrity sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w== +marked@^18.0.6: + version "18.0.6" + resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.6.tgz#7faf26fd580b9c8daa75984f18db25631fc4ad63" + integrity sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w== matcher@^3.0.0: version "3.0.0" From 296485bf4f9fb9789104f18b121b57ace65994ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jul 2026 21:35:45 +0000 Subject: [PATCH 2/2] build(flake): recompute fetchYarnDeps hash for dependabot/npm_and_yarn/marked-18.0.6 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 28d519175..2f0e14833 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ offlineCache = pkgs.fetchYarnDeps { yarnLock = ./yarn.lock; - hash = "sha256-5jI1gkUJE9NF5yvfbdzU9s+8i/ZIE9YLSeAMaD3lc7s="; + hash = "sha256-KhcqUNbGwUrJ+HmdzUWyPBBUYPBqxcYsErZtOpIdAqA="; }; # The repo targets a specific Electron major. If flake.lock goes