From c08894cb5286efc662c02edf5b18c53cab96907c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:35:34 +0000 Subject: [PATCH] Bump marked from 4.0.10 to 9.1.2 Bumps [marked](https://github.com/markedjs/marked) from 4.0.10 to 9.1.2. - [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/v4.0.10...v9.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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 c494024..0ebae04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "fs-extra": "^9.0.1", "glob": "^7.1.6", "lodash": "^4.17.20", - "marked": "^4.0.10", + "marked": "^9.1.2", "ms": "^2.1.2", "natural": "^2.1.5", "node-unzip-2": "^0.2.8", @@ -3958,14 +3958,14 @@ } }, "node_modules/marked": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", - "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz", + "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 16" } }, "node_modules/match-stream": { @@ -10657,9 +10657,9 @@ } }, "marked": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", - "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz", + "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==" }, "match-stream": { "version": "0.0.2", diff --git a/package.json b/package.json index 296caea..2a712b6 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "fs-extra": "^9.0.1", "glob": "^7.1.6", "lodash": "^4.17.20", - "marked": "^4.0.10", + "marked": "^9.1.2", "ms": "^2.1.2", "natural": "^2.1.5", "node-unzip-2": "^0.2.8",