From cc1e52bb66c4912072d55f7e9d560803b02cb6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 16:12:37 +0000 Subject: [PATCH] Build(deps-dev): Bump marked from 18.0.13 to 18.0.14 Bumps [marked](https://github.com/markedjs/marked) from 18.0.13 to 18.0.14. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.13...v18.0.14) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.14 dependency-type: direct:development update-type: version-update:semver-patch ... 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 1d20e1d7..5f00033c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "fs-extra": "11.4.0", "highcharts": "11.4.8", "htmlhint": "^1.9.2", - "marked": "^18.0.13", + "marked": "^18.0.14", "node-fetch": "3.3.2", "puppeteer": "^25.11.0", "run-script-os": "1.1.6", @@ -9511,9 +9511,9 @@ } }, "node_modules/marked": { - "version": "18.0.13", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.13.tgz", - "integrity": "sha512-xTxVzZsBFwunP6HDmtBkabUQEYArnP7/rMDGmPj9SlrKlQ4i8MdYVow+nJL0eOqwpUqhzBoTBRADGN6uYwPyOw==", + "version": "18.0.14", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.14.tgz", + "integrity": "sha512-mBHK6FBHuBAlhgRe88w9F0O1AbwwXJUcQibUbC/QcdTbVGAD7aWza+xt3N6oT/jCZx3/OMeS+8rnuiHZcQ9s7A==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0d5ff38c..dc65f59c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "fs-extra": "11.4.0", "highcharts": "11.4.8", "htmlhint": "^1.9.2", - "marked": "^18.0.13", + "marked": "^18.0.14", "node-fetch": "3.3.2", "puppeteer": "^25.11.0", "run-script-os": "1.1.6",