From f2c00893d6c617be8bf00df42779d04188bfb6ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 08:43:52 +0000 Subject: [PATCH] Bump marked from 15.0.7 to 15.0.8 Bumps [marked](https://github.com/markedjs/marked) from 15.0.7 to 15.0.8. - [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.7...v15.0.8) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.8 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 23f6abb1d..ad397efc0 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 afa444963..b8cd01901 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",