From 15270b590d8e0924b9903a6e18e179023964efc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:08:19 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 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/v2.1.3...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 9afda8c..45d5052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "json-refs": "^3.0.15", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.21", - "marked": "^2.1.3", + "marked": "^4.0.10", "node-sass": "^6.0.1", "sync-request": "^6.1.0", "tmp": "^0.2.1", @@ -3579,14 +3579,14 @@ } }, "node_modules/marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", + "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": ">= 10" + "node": ">= 12" } }, "node_modules/maxmin": { @@ -8951,9 +8951,9 @@ "integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==" }, "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "maxmin": { "version": "3.0.0", diff --git a/package.json b/package.json index 795f30b..c897f9a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "json-refs": "^3.0.15", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.21", - "marked": "^2.1.3", + "marked": "^4.0.10", "node-sass": "^6.0.1", "sync-request": "^6.1.0", "tmp": "^0.2.1",