From c987eb3f01b54d376ac2c2af2d988aabee64fece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:00:37 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 9.1.3 to 9.1.4 Bumps [marked](https://github.com/markedjs/marked) from 9.1.3 to 9.1.4. - [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.3...v9.1.4) --- 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 dfa5a39e..1d2092ac 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.3", + "marked": "^9.1.4", "outdent": "^0.8.0", "pagefind": "^1.0.3", "postcss": "^8.4.31", @@ -7131,9 +7131,9 @@ } }, "node_modules/marked": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.3.tgz", - "integrity": "sha512-XPU/J7GzU/n4voCSw1VYggtr3W5C2OeGkwEbe5PIQdA8thaie2Qw+fig6iNidKNDokTNcyR4OE9fMK14P6rqPg==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.4.tgz", + "integrity": "sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index b3945530..c3b0f994 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.3", + "marked": "^9.1.4", "outdent": "^0.8.0", "pagefind": "^1.0.3", "postcss": "^8.4.31",