From 69fd5d372098a56f3925fd1f4c43478978fa51a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:01:18 +0000 Subject: [PATCH] chore(deps): bump marked from 12.0.2 to 18.0.11 Bumps [marked](https://github.com/markedjs/marked) from 12.0.2 to 18.0.11. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v12.0.2...v18.0.11) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52bb8acd..ed6af422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "dompurify": "^3.4.12", "gridstack": "^12.6.0", "lodash": "^4.17.21", - "marked": "^12.0.0", + "marked": "^18.0.11", "node-polyfill-webpack-plugin": "4.1.0", "path-browserify": "^1.0.1", "pinia": "^3.0.3", @@ -2295,6 +2295,18 @@ } } }, + "node_modules/@conduction/nextcloud-vue/node_modules/marked": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", + "integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==", + "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 18" + } + }, "node_modules/@csstools/color-helpers": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.1.1.tgz", @@ -15619,15 +15631,15 @@ } }, "node_modules/marked": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", - "integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==", + "version": "18.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz", + "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/material-colors": { diff --git a/package.json b/package.json index 6d56f2d2..259cd67d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "dompurify": "^3.4.12", "gridstack": "^12.6.0", "lodash": "^4.17.21", - "marked": "^12.0.0", + "marked": "^18.0.11", "node-polyfill-webpack-plugin": "4.1.0", "path-browserify": "^1.0.1", "pinia": "^3.0.3",