From 056e6f41a447c7985777644ea12ada6634b15781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 03:58:16 +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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4726c67..8917961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gulp-tap": "^2.0.0", "gulp-zip": "^4.2.0", "highlight.js": "^10.0.3", - "marked": "^2.0.3", + "marked": "^4.0.10", "node-qunit-puppeteer": "^2.1.0", "qunit": "^2.17.2", "rollup": "^2.48.0", @@ -5903,15 +5903,15 @@ } }, "node_modules/marked": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz", - "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==", "dev": true, "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">= 8.16.2" + "node": ">= 12" } }, "node_modules/matchdep": { @@ -14291,9 +14291,9 @@ } }, "marked": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz", - "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==", "dev": true }, "matchdep": { diff --git a/package.json b/package.json index ebfccc7..5cb0ce5 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "gulp-tap": "^2.0.0", "gulp-zip": "^4.2.0", "highlight.js": "^10.0.3", - "marked": "^2.0.3", + "marked": "^4.0.10", "node-qunit-puppeteer": "^2.1.0", "qunit": "^2.17.2", "rollup": "^2.48.0",