From 65b21696d8930c6df67aa77a45adb8ce6362b47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 11:00:13 +0000 Subject: [PATCH] Bump marked from 0.6.1 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.6.1 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/v0.6.1...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6871ad8e8d..0bcd51ca06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gatsby-transformer-remark": "2.8.14", "js-yaml": "3.12.2", "lodash": "4.17.11", - "marked": "0.6.1", + "marked": "4.0.10", "moment": "2.23.0", "moment-strftime": "0.5.0", "node-sass": "4.14.0", @@ -12487,13 +12487,14 @@ } }, "node_modules/marked": { - "version": "0.6.1", - "license": "MIT", + "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": ">=0.10.0" + "node": ">= 12" } }, "node_modules/md5-file": { @@ -31433,7 +31434,9 @@ } }, "marked": { - "version": "0.6.1" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "md5-file": { "version": "5.0.0" diff --git a/package.json b/package.json index 52f43951fd..a5acd516a0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gatsby-transformer-remark": "2.8.14", "js-yaml": "3.12.2", "lodash": "4.17.11", - "marked": "0.6.1", + "marked": "4.0.10", "moment": "2.23.0", "moment-strftime": "0.5.0", "node-sass": "4.14.0",