From be0ad0140fca7028e2b1455ed8f11ba4d6580d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:00:12 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 11.1.0 to 11.1.1 Bumps [marked](https://github.com/markedjs/marked) from 11.1.0 to 11.1.1. - [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/v11.1.0...v11.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- 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 2b0cd234..efc746ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "markdown-it": "^14.0.0", "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^4.0.0", - "marked": "^11.1.0", + "marked": "^11.1.1", "outdent": "^0.8.0", "pagefind": "^1.0.4", "sanitize-html": "^2.11.0", @@ -4059,9 +4059,9 @@ "dev": true }, "node_modules/marked": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", - "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 92fba5df..18507585 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "markdown-it": "^14.0.0", "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^4.0.0", - "marked": "^11.1.0", + "marked": "^11.1.1", "outdent": "^0.8.0", "pagefind": "^1.0.4", "sanitize-html": "^2.11.0",