From c4bcd88ffb8e22d33725e0099cb1c2ed5fab9461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 19:24:29 +0000 Subject: [PATCH] Bump marked from 0.8.0 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.8.0 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.8.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98bb787..26e464c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,7 +114,7 @@ "@babel/preset-env": "7.7.4", "cross-env": "6.0.3", "js-beautify": "1.10.2", - "marked": "0.8.0", + "marked": "4.0.10", "purgecss": "1.4.2", "tailwindcss": "1.1.4", "webpack": "4.41.5", @@ -12016,15 +12016,15 @@ } }, "node_modules/marked": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", - "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "dev": true, "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">= 8.16.2" + "node": ">= 12" } }, "node_modules/material-colors": { @@ -31397,9 +31397,9 @@ } }, "marked": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", - "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "dev": true }, "material-colors": { diff --git a/package.json b/package.json index 77a2de1..b31a2bb 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@babel/preset-env": "7.7.4", "cross-env": "6.0.3", "js-beautify": "1.10.2", - "marked": "0.8.0", + "marked": "4.0.10", "purgecss": "1.4.2", "tailwindcss": "1.1.4", "webpack": "4.41.5", diff --git a/yarn.lock b/yarn.lock index b4d0a34..216e484 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7052,9 +7052,9 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@0.8.0: - version "0.8.0" - resolved "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz" +marked@4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" material-colors@^1.2.1: version "1.2.6"