From 1be2e2365108e47ef17a29b00cbd126a92af080c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:16:27 +0000 Subject: [PATCH] chore(deps): bump marked from 12.0.0 to 13.0.0 Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 to 13.0.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/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec5aaed3b..f8666c564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jose": "^5.1.3", "jsonld-context-parser": "^3.0.0", "lodash.orderby": "^4.6.0", - "marked": "^12.0.0", + "marked": "^13.0.0", "mime-types": "^2.1.35", "n3": "^1.17.1", "nodemailer": "^6.9.6", @@ -17469,9 +17469,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==", "bin": { "marked": "bin/marked.js" }, @@ -35424,9 +35424,9 @@ "dev": true }, "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==" }, "mdast-util-from-markdown": { "version": "0.8.5", diff --git a/package.json b/package.json index 06c0fe850..527ecfeda 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "jose": "^5.1.3", "jsonld-context-parser": "^3.0.0", "lodash.orderby": "^4.6.0", - "marked": "^12.0.0", + "marked": "^13.0.0", "mime-types": "^2.1.35", "n3": "^1.17.1", "nodemailer": "^6.9.6",