From 448a34171916102aee00a71e6595952c61fc0711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:57:14 +0000 Subject: [PATCH] build(deps): bump marked from 12.0.1 to 16.4.0 Bumps [marked](https://github.com/markedjs/marked) from 12.0.1 to 16.4.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.1...v16.4.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.0 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 0e98aee..c37e153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "cropperjs": "^1.5.13", "crypto-js": "^4.2.0", "dompurify": "^3.1.6", - "marked": "^12.0.0", + "marked": "^16.4.0", "ngx-indexed-db": "^16.0.0", "ngx-pagination": "^6.0.3", "rxjs": "~7.8.1", @@ -9720,14 +9720,15 @@ "dev": true }, "node_modules/marked": { - "version": "12.0.1", - "resolved": "https://registry.npmmirror.com/marked/-/marked-12.0.1.tgz", - "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.0.tgz", + "integrity": "sha512-CTPAcRBq57cn3R8n3hwc2REddc28hjR7RzDXQ+lXLmMJYqn20BaI2cGw6QjgZGIgVfp2Wdfw4aMzgNteQ6qJgQ==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/media-typer": { diff --git a/package.json b/package.json index c5785b0..97af096 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "cropperjs": "^1.5.13", "crypto-js": "^4.2.0", "dompurify": "^3.1.6", - "marked": "^12.0.0", + "marked": "^16.4.0", "ngx-indexed-db": "^16.0.0", "ngx-pagination": "^6.0.3", "rxjs": "~7.8.1",