From 7d987ba54c6f2b51c286f69d819a2d04264e054e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:41:43 +0000 Subject: [PATCH] Bump marked from 4.3.0 to 15.0.2 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 15.0.2. - [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...v15.0.2) --- 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 6a65f9092..d9ffb472d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "dompurify": "3.2.1", "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", - "marked": "4.3.0", + "marked": "15.0.2", "radix-vue": "1.9.10", "tailwindcss-animate": "^1.0.7" }, @@ -5561,14 +5561,14 @@ "devOptional": true }, "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": "15.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", + "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/mdn-data": { diff --git a/package.json b/package.json index dc3ee0999..8592048d4 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "dompurify": "3.2.1", "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", - "marked": "4.3.0", + "marked": "15.0.2", "radix-vue": "1.9.10", "tailwindcss-animate": "^1.0.7" }