From 4650ac77457331b8830421fab14cb192f1f58c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:12:48 +0000 Subject: [PATCH] Bump marked from 0.6.2 to 4.0.10 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1dba81..9c6e551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gogs-client": "0.5.2", "isEqual": "1.0.3", "lodash": "4.17.15", - "marked": "0.6.2", + "marked": "4.0.10", "ospath": "1.2.2", "path-extra": "4.3.0", "prop-types": "15.7.2", @@ -7384,14 +7384,14 @@ } }, "node_modules/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==", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">=0.10.0" + "node": ">= 12" } }, "node_modules/mem": { @@ -17543,9 +17543,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==" }, "mem": { "version": "4.3.0", diff --git a/package.json b/package.json index 0a8d502..b5cac33 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "gogs-client": "0.5.2", "isEqual": "1.0.3", "lodash": "4.17.15", - "marked": "0.6.2", + "marked": "4.0.10", "ospath": "1.2.2", "path-extra": "4.3.0", "prop-types": "15.7.2",