From 2d7fc5638a65d53695a06bddc9e9affecb83de88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:53:32 +0200 Subject: [PATCH] Bump marked from 2.1.3 to 3.0.0 (#481) [skip ci] Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 3.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v3.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72a4d891..ab6e6451 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": "^3.0.0", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5", @@ -6482,14 +6482,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": "3.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", + "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==", "bin": { "marked": "bin/marked" }, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/matchmedia": { @@ -15005,9 +15005,9 @@ } }, "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", + "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==" }, "matchmedia": { "version": "0.1.2", diff --git a/package.json b/package.json index 28252258..2721ed83 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": "^3.0.0", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5",