From 54756432bf1cc87f937efbf8e91b1c18a3ba4af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:01:05 +0000 Subject: [PATCH] chore(deps): bump marked from 15.0.7 to 15.0.12 Bumps [marked](https://github.com/markedjs/marked) from 15.0.7 to 15.0.12. - [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/v15.0.7...v15.0.12) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.12 dependency-type: direct:production 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 70fe60e2cf..fffd3c2c4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "jimp": "1.6.0", "lodash": "4.17.21", "log4js": "6.9.1", - "marked": "15.0.7", + "marked": "15.0.12", "marked-terminal": "7.3.0", "minimatch": "10.0.3", "mkdirp": "3.0.1", @@ -7949,9 +7949,9 @@ } }, "node_modules/marked": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", - "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "version": "15.0.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", + "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index db2a3e7084..e034323784 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "jimp": "1.6.0", "lodash": "4.17.21", "log4js": "6.9.1", - "marked": "15.0.7", + "marked": "15.0.12", "marked-terminal": "7.3.0", "minimatch": "10.0.3", "mkdirp": "3.0.1",