From 8850d33dc895a80d190cfc65177a97cb3fcd000f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 09:49:14 +0000 Subject: [PATCH] Bump marked from 4.3.0 to 15.0.11 Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 15.0.11. - [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.11) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75a8bbb2ab..fb3c6fa9f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "lodash": "^4.17.20", "lodash-es": "^4.17.14", "mappy-breakpoints": "^0.2.3", - "marked": "^4.3.0", + "marked": "^15.0.11", "moment": "^2.24.0", "moment-timezone": "^0.5.13", "ngrx-store-localstorage": "^14.0.0", @@ -11848,14 +11848,15 @@ "license": "MIT" }, "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.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz", + "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/matched": { diff --git a/package.json b/package.json index 3671b38bf0..300632030d 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "lodash": "^4.17.20", "lodash-es": "^4.17.14", "mappy-breakpoints": "^0.2.3", - "marked": "^4.3.0", + "marked": "^15.0.11", "moment": "^2.24.0", "moment-timezone": "^0.5.13", "ngrx-store-localstorage": "^14.0.0",