From 9ba32292e8e7779457fc597b2f639be6e1f8d783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 09:30:34 +0000 Subject: [PATCH] Bump marked from 0.8.0 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.8.0 to 4.0.10. - [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/v0.8.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index baa1028..c0975c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@ctrl/ngx-github-buttons": "^8.0.0", "file-saver-es": "^2.0.5", "lodash": "^4.17.21", - "marked": "^4.0.0", + "marked": "^4.0.10", "ngx-markdown": "^14.0.1", "prismjs": "^1.29.0", "rxjs": "~7.5.0", @@ -8514,9 +8514,9 @@ } }, "node_modules/marked": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.0.tgz", - "integrity": "sha512-K3C1JvtiXuXVLoxDQEJP4NMLBuThlTkthgUOCzqLghIpHfis1DIZZfPI3o4UgfFpQ0d+JvTql2h+szR9jQ1p1w==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index f1cc6d4..5b375e4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@ctrl/ngx-github-buttons": "^8.0.0", "file-saver-es": "^2.0.5", "lodash": "^4.17.21", - "marked": "^4.0.0", + "marked": "^4.0.10", "ngx-markdown": "^14.0.1", "prismjs": "^1.29.0", "rxjs": "~7.5.0",