From 2cd53ea5d3dfa8ff41a6e21f0c0b07653089073d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 13:16:52 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 12.0.1 to 15.0.11 Bumps [marked](https://github.com/markedjs/marked) from 12.0.1 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/v12.0.1...v15.0.11) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.11 dependency-type: direct:development 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 47c3d917..85ef403a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "live-server": "^1.2.2", "load-grunt-tasks": "^5.1.0", "lunr": "^2.3.9", - "marked": "^12.0.1", + "marked": "^15.0.11", "mocha": "^10.8.2", "postcss": "^8.4.32", "postcss-cli": "^11.0.0", @@ -12107,10 +12107,11 @@ } }, "node_modules/marked": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", - "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", + "version": "15.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz", + "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==", "dev": true, + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index ddb2b629..32e83935 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "live-server": "^1.2.2", "load-grunt-tasks": "^5.1.0", "lunr": "^2.3.9", - "marked": "^12.0.1", + "marked": "^15.0.11", "mocha": "^10.8.2", "postcss": "^8.4.32", "postcss-cli": "^11.0.0",