From ad0453219a8991a010b8c5f59f70e321155e0980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:51:15 +0000 Subject: [PATCH] chore(deps): bump marked from 12.0.2 to 15.0.6 Bumps [marked](https://github.com/markedjs/marked) from 12.0.2 to 15.0.6. - [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/v12.0.2...v15.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a7ae9b..45358ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "canvas": "^2.11.2", "daisyui": "^4.12.10", "dompurify": "^3.1.6", - "marked": "^12.0.2", + "marked": "^15.0.6", "notiwind-ts": "^2.0.2", "torrust-index-api-lib": "^3.2.0", "torrust-index-types-lib": "^3.1.0", @@ -9674,9 +9674,10 @@ "optional": true }, "node_modules/marked": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", - "integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==", + "version": "15.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz", + "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index d9b1dc2..4c06fff 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "canvas": "^2.11.2", "daisyui": "^4.12.10", "dompurify": "^3.1.6", - "marked": "^12.0.2", + "marked": "^15.0.6", "notiwind-ts": "^2.0.2", "torrust-index-api-lib": "^3.2.0", "torrust-index-types-lib": "^3.1.0",