From 475d7b5433cdbb5d9ba5d0e2dfa94d5214ded47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 23:53:47 +0000 Subject: [PATCH] Bump marked from 2.0.1 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 2.0.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/v2.0.1...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cbbcb8..06520a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11020,9 +11020,9 @@ } }, "marked": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.1.tgz", - "integrity": "sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==" + "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 5fb9f1f..2979a9e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gatsby-transformer-remark": "^3.1.0", "js-yaml": "^3.12.2", "lodash": "^4.17.20", - "marked": ">=2.0.0", + "marked": ">=4.0.10", "moment": "^2.23.0", "moment-strftime": "^0.5.0", "node-sass": "^7.0.0",