From 85b36eca8b822f4ab7fce145866221a91425cac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 03:59:47 +0000 Subject: [PATCH] build(deps): bump marked from 7.0.3 to 9.0.3 Bumps [marked](https://github.com/markedjs/marked) from 7.0.3 to 9.0.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...v9.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 180bb3d75..c19ac9a56 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": "^9.0.3", "ng-apexcharts": "^1.7.7", "ng-multiselect-dropdown3": "^1.0.6", "ng-terminal": "^5.7.0", @@ -14530,9 +14530,9 @@ } }, "node_modules/marked": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz", - "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", + "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", "bin": { "marked": "bin/marked.js" }, @@ -34165,9 +34165,9 @@ } }, "marked": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz", - "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==" + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", + "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index dfc4afbe6..7c4dea884 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": "^9.0.3", "ng-apexcharts": "^1.7.7", "ng-multiselect-dropdown3": "^1.0.6", "ng-terminal": "^5.7.0",