From b73cf00665e62c7039ea21b45cdbab961996d913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:48:40 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 11.0.1 to 11.1.0 Bumps [marked](https://github.com/markedjs/marked) from 11.0.1 to 11.1.0. - [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.0.1...v11.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-minor ... 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 e61614ca..52fe2cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^4.0.0", "markdownlint-cli": "^0.38.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "outdent": "^0.8.0", "pagefind": "^1.0.4", "postcss": "^8.4.32", @@ -7524,9 +7524,9 @@ } }, "node_modules/marked": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", - "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", + "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 8e4dff12..a97d37d6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^4.0.0", "markdownlint-cli": "^0.38.0", - "marked": "^11.0.1", + "marked": "^11.1.0", "outdent": "^0.8.0", "pagefind": "^1.0.4", "postcss": "^8.4.32",