From c7e0339cc6adc940388a37e15a8d3c30892366bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:02:25 +0000 Subject: [PATCH] build(deps): bump marked from 15.0.3 to 15.0.6 (#7410) Bumps [marked](https://github.com/markedjs/marked) from 15.0.3 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.3...v15.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 05e0a164a9..3349fa306f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "jcrop": "^0.0.1", "jquery": "^3.7.1", "jquery-ui": "^1.14.1", - "marked": "^15.0.3", + "marked": "^15.0.6", "mathjax": "^3.2.2", "mime": "^4.0.6", "mousetrap": "^1.6.5", @@ -6660,9 +6660,10 @@ } }, "node_modules/marked": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", - "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", + "version": "15.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz", + "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 060eb7e166..01fbb2ef97 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jcrop": "^0.0.1", "jquery": "^3.7.1", "jquery-ui": "^1.14.1", - "marked": "^15.0.3", + "marked": "^15.0.6", "mathjax": "^3.2.2", "mime": "^4.0.6", "mousetrap": "^1.6.5",