From 695fcfa98a6c21006cfcc282ebe1915b3be53aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:37:24 +0000 Subject: [PATCH] Bump marked from 5.0.4 to 15.0.7 Bumps [marked](https://github.com/markedjs/marked) from 5.0.4 to 15.0.7. - [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/v5.0.4...v15.0.7) --- updated-dependencies: - dependency-name: marked 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 328b878..c8e6ad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "github-markdown-css": "^5.2.0", "husky": "^9.0.11", "lint-staged": "^13.2.2", - "marked": "^5.0.2", + "marked": "^15.0.7", "marked-gfm-heading-id": "^3.0.3" }, "engines": { @@ -2218,10 +2218,11 @@ } }, "node_modules/marked": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.4.tgz", - "integrity": "sha512-r0W8/DK56fAkV0qfUCO9cEt/VlFWUzoJOqEigvijmsVkTuPOHckh7ZutNJepRO1AxHhK96/9txonHg4bWd/aLA==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", + "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", "dev": true, + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 3c9c8ad..766d3ad 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "github-markdown-css": "^5.2.0", "husky": "^9.0.11", "lint-staged": "^13.2.2", - "marked": "^5.0.2", + "marked": "^15.0.7", "marked-gfm-heading-id": "^3.0.3" }, "config": {