From 1016bd2a58361eb4b72a2a4b8cca567a324fe820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 12:44:35 +0000 Subject: [PATCH] Bump marked from 2.0.3 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 2.0.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.0.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 314045a9..b0d6c50d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "follow-redirects": "^1.11.0", "istextorbinary": "^5.12.0", "jquery": "^3.4.1", - "marked": "^2.0.3", + "marked": "^4.0.10", "node-abi": "^2.19.3", "regenerator-runtime": "^0.13.3", "shared-memory-datastructures": "0.1.9", @@ -12556,13 +12556,14 @@ } }, "node_modules/marked": { - "version": "2.0.3", - "integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==", + "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": ">= 8.16.2" + "node": ">= 12" } }, "node_modules/matcher": { @@ -32660,8 +32661,9 @@ } }, "marked": { - "version": "2.0.3", - "integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "matcher": { "version": "3.0.0", diff --git a/package.json b/package.json index 7807e68f..07b9bc06 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "follow-redirects": "^1.11.0", "istextorbinary": "^5.12.0", "jquery": "^3.4.1", - "marked": "^2.0.3", + "marked": "^4.0.10", "node-abi": "^2.19.3", "regenerator-runtime": "^0.13.3", "shared-memory-datastructures": "0.1.9",