From c81b4ca5447100dd426755686bc8867ada3b6f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:53:32 +0000 Subject: [PATCH] build(deps): bump marked from 7.0.3 to 14.1.3 Bumps [marked](https://github.com/markedjs/marked) from 7.0.3 to 14.1.3. - [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/v7.0.3...v14.1.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 583ebc2f..e8576f68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "jsrsasign": "^10.8.6", "jsrsasign-util": "^1.0.5", "live-server": "^1.2.2", - "marked": "^7.0.3", + "marked": "^14.1.3", "ng-apexcharts": "^1.7.7", "ng-multiselect-dropdown3": "^1.0.6", "ng-terminal": "^5.7.0", @@ -14531,14 +14531,14 @@ } }, "node_modules/marked": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz", - "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", + "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/md5.js": { @@ -34267,9 +34267,9 @@ } }, "marked": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz", - "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==" + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", + "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index a5d94386..2efa103c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jsrsasign": "^10.8.6", "jsrsasign-util": "^1.0.5", "live-server": "^1.2.2", - "marked": "^7.0.3", + "marked": "^14.1.3", "ng-apexcharts": "^1.7.7", "ng-multiselect-dropdown3": "^1.0.6", "ng-terminal": "^5.7.0",