From 247cead8293e9a8f16e474caa5a7c16e84de831e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 07:20:54 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.1.1 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.1.1. - [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.1.1) --- 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..d5d6075a 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.1.1", "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.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.1.tgz", + "integrity": "sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw==", "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.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.1.tgz", + "integrity": "sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw==" }, "matchmedia": { "version": "0.1.2", diff --git a/package.json b/package.json index 7bcdffc6..a57a6f0c 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.1.1", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5",