From c1ba1bf0e8d688d38a0233fc9a75ed00e79c812c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:01:17 +0000 Subject: [PATCH] Bump marked from 15.0.1 to 15.0.2 in the metalsmith group Bumps the metalsmith group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 15.0.1 to 15.0.2 - [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.1...v15.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch dependency-group: metalsmith ... 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 d70a5398c1..d837dc3627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "jstransformer-marked": "^1.4.0", "jstransformer-nunjucks": "^1.2.0", "lint-staged": "^15.2.10", - "marked": "^15.0.1", + "marked": "^15.0.2", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1", "marked-smartypants": "^1.1.9", @@ -12865,9 +12865,9 @@ } }, "node_modules/marked": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.1.tgz", - "integrity": "sha512-VnnE19XO2Vb2oZeH8quAepfrb6Aaz4OoY8yZQACfuy/5KVJ0GxYC0Qxzz/iuc+g5UF7H0HJ+QROfvH26XeBdDA==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", + "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 7f2779d275..600b5691c4 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jstransformer-marked": "^1.4.0", "jstransformer-nunjucks": "^1.2.0", "lint-staged": "^15.2.10", - "marked": "^15.0.1", + "marked": "^15.0.2", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1", "marked-smartypants": "^1.1.9",