From 55bfcd2591aa8f5b0c65dcc441a8209bf837f317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 09:59:18 +0000 Subject: [PATCH] Bump marked from 15.0.8 to 15.0.11 Bumps [marked](https://github.com/markedjs/marked) from 15.0.8 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.8...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 d98805318..1ec9b3780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "joi": "^17.13.3", "liquidjs": "^10.21.0", "lodash": "^4.17.21", - "marked": "^15.0.7", + "marked": "^15.0.11", "nunjucks": "^3.2.3", "outdent": "^0.8.0", "pino": "^9.6.0", @@ -12082,9 +12082,9 @@ } }, "node_modules/marked": { - "version": "15.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz", - "integrity": "sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==", + "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 233c0b929..a72d1a463 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "joi": "^17.13.3", "liquidjs": "^10.21.0", "lodash": "^4.17.21", - "marked": "^15.0.7", + "marked": "^15.0.11", "nunjucks": "^3.2.3", "outdent": "^0.8.0", "pino": "^9.6.0",