From a4fe4793b9a16f6e91b047f641cef25623ca9d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:44:33 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 9.1.4 to 9.1.5 Bumps [marked](https://github.com/markedjs/marked) from 9.1.4 to 9.1.5. - [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/v9.1.4...v9.1.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development 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 6c26d0db..16de083d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", "markdownlint-cli": "^0.37.0", - "marked": "^9.1.4", + "marked": "^9.1.5", "outdent": "^0.8.0", "pagefind": "^1.0.3", "postcss": "^8.4.31", @@ -7150,9 +7150,9 @@ } }, "node_modules/marked": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.4.tgz", - "integrity": "sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", + "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index a7e1267e..e1a6199c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", "markdownlint-cli": "^0.37.0", - "marked": "^9.1.4", + "marked": "^9.1.5", "outdent": "^0.8.0", "pagefind": "^1.0.3", "postcss": "^8.4.31",