From 7c9652570c15aa263f4a8d0a78cc4f06bcc891df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:17:47 -0700 Subject: [PATCH] chore(deps): update dependency marked to v13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [marked](https://marked.js.org) ([source](https://togithub.com/markedjs/marked)) | [`^12.0.0` -> `^13.0.0`](https://renovatebot.com/diffs/npm/marked/12.0.0/13.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/marked/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/marked/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/marked/12.0.0/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/marked/12.0.0/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
markedjs/marked (marked) ### [`v13.0.0`](https://togithub.com/markedjs/marked/compare/v12.0.2...f56ba321443f074a3f314453873dc079f7278606) [Compare Source](https://togithub.com/markedjs/marked/compare/v12.0.2...v13.0.0) ### [`v12.0.2`](https://togithub.com/markedjs/marked/releases/tag/v12.0.2) [Compare Source](https://togithub.com/markedjs/marked/compare/v12.0.1...v12.0.2) ##### Bug Fixes - fix Setext continuation in blockquote ([#​3257](https://togithub.com/markedjs/marked/issues/3257)) ([e9f0eed](https://togithub.com/markedjs/marked/commit/e9f0eed707ece9e29c3bf340900d1acb42acaddd)) ### [`v12.0.1`](https://togithub.com/markedjs/marked/releases/tag/v12.0.1) [Compare Source](https://togithub.com/markedjs/marked/compare/v12.0.0...v12.0.1) ##### Bug Fixes - fix setext heading interupts ([#​3210](https://togithub.com/markedjs/marked/issues/3210)) ([d848445](https://togithub.com/markedjs/marked/commit/d8484450722449b416508b5bde7c6ba4d9f3bfa8))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octokit/rest.js). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package-lock.json | 14 +++++++------- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 76ba9b18..3bb432f2 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -16,7 +16,7 @@ "gatsby-transformer-remark": "^5.23.0", "html-react-parser": "^5.0.0", "lodash": "^4.17.15", - "marked": "^12.0.0", + "marked": "^13.0.0", "prismjs": "^1.16.0", "react": "^17.0.2", "react-debounce-render": "^8.0.0", @@ -13538,9 +13538,9 @@ } }, "node_modules/marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz", + "integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -31153,9 +31153,9 @@ } }, "marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz", + "integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==", "dev": true }, "md5-file": { diff --git a/docs/package.json b/docs/package.json index 5bab86a0..2f4bb189 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "gatsby-transformer-remark": "^5.23.0", "html-react-parser": "^5.0.0", "lodash": "^4.17.15", - "marked": "^12.0.0", + "marked": "^13.0.0", "prismjs": "^1.16.0", "react": "^17.0.2", "react-debounce-render": "^8.0.0",