From 33e6eeda58c3850bba0237be8533b9e1f6580021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 04:48:40 +0000 Subject: [PATCH] Bump marked from 15.0.5 to 15.0.6 in the dependencies group Bumps the dependencies group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 15.0.5 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/v15.0.5...v15.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 95277d7..196de27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "hasInstallScript": true, "dependencies": { "highlight.js": "^11.11.1", - "marked": "^15.0.5", + "marked": "^15.0.6", "marked-footnote": "^1.2.4", "marked-highlight": "^2.2.1", "react": "^19.0.0", @@ -518,9 +518,9 @@ } }, "node_modules/marked": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.5.tgz", - "integrity": "sha512-xN+kSuqHjxWg+Q47yhhZMUP+kO1qHobvXkkm6FX+7N6lDvanLDd8H7AQ0jWDDyq+fDt/cSrJaBGyWYHXy0KQWA==", + "version": "15.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz", + "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 1977fc4..807f839 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "highlight.js": "^11.11.1", - "marked": "^15.0.5", + "marked": "^15.0.6", "marked-footnote": "^1.2.4", "marked-highlight": "^2.2.1", "react": "^19.0.0",