From 65a2b3b1c8348f3bc2785c585ec713aac6361a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:18:58 +0000 Subject: [PATCH] chore(deps): bump marked from 4.3.0 to 13.0.0 Bumps [marked](https://github.com/markedjs/marked) from 4.3.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/v4.3.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f433e6..a27ec2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "highlight.js": "^11.7.0", "iconv-lite": "^0.6.3", "listr": "^0.14.3", - "marked": "^4.2.12", + "marked": "^13.0.0", "puppeteer": ">=8.0.0", "semver": "^7.3.7", "serve-handler": "^6.1.3" @@ -7449,14 +7449,14 @@ } }, "node_modules/marked": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "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" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/matcher": { diff --git a/package.json b/package.json index 7d01644..ace8325 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "highlight.js": "^11.7.0", "iconv-lite": "^0.6.3", "listr": "^0.14.3", - "marked": "^4.2.12", + "marked": "^13.0.0", "puppeteer": ">=8.0.0", "semver": "^7.3.7", "serve-handler": "^6.1.3"