From 788e9fb36ffeac200e2a6f25deeefc5c559fb996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:58:03 +0000 Subject: [PATCH] Bump marked from 0.6.2 to 4.0.10 in /linux-command Bumps [marked](https://github.com/markedjs/marked) from 0.6.2 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.6.2...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- linux-command/package-lock.json | 6 +++--- linux-command/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-command/package-lock.json b/linux-command/package-lock.json index 719a3c8..89ae57c 100644 --- a/linux-command/package-lock.json +++ b/linux-command/package-lock.json @@ -801,9 +801,9 @@ } }, "marked": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz", - "integrity": "sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "dev": true }, "mime-db": { diff --git a/linux-command/package.json b/linux-command/package.json index f7ad79c..cd8887a 100644 --- a/linux-command/package.json +++ b/linux-command/package.json @@ -30,7 +30,7 @@ "fs-extra": "^7.0.0", "gh-pages": "^2.0.0", "loading-cli": "^1.0.8", - "marked": "^0.6.2", + "marked": "^4.0.10", "path": "^0.12.7", "prismjs": "^1.16.0", "sitemap-generator": "^8.4.0",