From e33a40eae2cddfcd85683f8d33350c17f20cb2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 07:05:07 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.2.12 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.2.12. - [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.2.12) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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 44a9a4b2..1d8fec64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "jimp": "^0.16.1", "js-yaml": "^4.1.0", "linguist-js": "^1.4.3", - "marked": "^2.1.3", + "marked": "^4.2.12", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5", @@ -6537,14 +6537,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.2.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz", + "integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/matchmedia": { @@ -15118,9 +15118,9 @@ } }, "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz", + "integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==" }, "matchmedia": { "version": "0.1.2", diff --git a/package.json b/package.json index 7bcdffc6..1ca46a26 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jimp": "^0.16.1", "js-yaml": "^4.1.0", "linguist-js": "^1.4.3", - "marked": "^2.1.3", + "marked": "^4.2.12", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5",