From cd7d531aa1030f2fd872a1b69a08f97113141c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:07:57 +0000 Subject: [PATCH] build(deps): Bump marked from 16.3.0 to 16.4.0 Bumps [marked](https://github.com/markedjs/marked) from 16.3.0 to 16.4.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v16.3.0...v16.4.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e437bbb6d4..a9b64af749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "linkify-urls": "^5.1.0", "lodash": "^4.17.21", "luxon": "^3.7.2", - "marked": "^16.3.0", + "marked": "^16.4.0", "marked-gfm-heading-id": "^4.1.0", "pinia": "^3.0.3", "qrcode": "^1.5.3", @@ -8694,9 +8694,9 @@ } }, "node_modules/marked": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz", - "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.0.tgz", + "integrity": "sha512-CTPAcRBq57cn3R8n3hwc2REddc28hjR7RzDXQ+lXLmMJYqn20BaI2cGw6QjgZGIgVfp2Wdfw4aMzgNteQ6qJgQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index e3b5c333c9..7ee0219e4e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "linkify-urls": "^5.1.0", "lodash": "^4.17.21", "luxon": "^3.7.2", - "marked": "^16.3.0", + "marked": "^16.4.0", "marked-gfm-heading-id": "^4.1.0", "pinia": "^3.0.3", "qrcode": "^1.5.3",