From 51f1e182b27e29d5e61442b573fed1e94aa69379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 17:59:24 +0000 Subject: [PATCH] Bump marked from 3.0.8 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 3.0.8 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/v3.0.8...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, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 545f5e4..70361a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "highlightjs-cypher": "1.1.5", "lodash.defaults": "4.2.0", "lodash.difference": "4.5.0", - "marked": "3.0.8", + "marked": "4.0.10", "valcheck": "1.0.20", "watch": "1.0.2" }, @@ -2271,11 +2271,11 @@ } }, "node_modules/marked": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", - "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==", + "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": ">= 12" @@ -5481,9 +5481,9 @@ } }, "marked": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", - "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "mem": { "version": "4.3.0", diff --git a/package.json b/package.json index 4dadd85..8c25e1d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "valcheck": "1.0.20", "lodash.difference": "4.5.0", "lodash.defaults": "4.2.0", - "marked": "3.0.8", + "marked": "4.0.10", "watch": "1.0.2", "commander": "2.20.3", "highlight.js": "11.3.1",