From bc0cb0d0be07a77e88e340dfe4d7b0a953435fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 18:51:01 +0000 Subject: [PATCH] Bump marked from 15.0.9 to 15.0.11 Bumps [marked](https://github.com/markedjs/marked) from 15.0.9 to 15.0.11. - [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.9...v15.0.11) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.11 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 68be64eaa..bcf1b9937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jwt-simple": "^0.5.6", "less": "^3.13.1", "lodash": "^4.17.21", - "marked": "15.0.9", + "marked": "15.0.11", "marked-alignment-paragraphs": "^1.0.0", "marked-definition-lists": "^1.0.1", "marked-emoji": "^2.0.0", @@ -9968,9 +9968,9 @@ } }, "node_modules/marked": { - "version": "15.0.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.9.tgz", - "integrity": "sha512-9AW/bn9DxQeZVjR52l5jsc0W2pwuhP04QaQewPvylil12Cfr2GBfWmgp6mu8i9Jy8UlBjqDZ9uMTDuJ8QOGZJA==", + "version": "15.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz", + "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 1c8f3add0..41bbe4c1b 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "jwt-simple": "^0.5.6", "less": "^3.13.1", "lodash": "^4.17.21", - "marked": "15.0.9", + "marked": "15.0.11", "marked-definition-lists": "^1.0.1", "marked-emoji": "^2.0.0", "marked-extended-tables": "^2.0.1",