From bc2496fe117905d3beec48e8ba02626bfc922199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:57:09 +0000 Subject: [PATCH] Bump marked from 5.0.4 to 9.1.2 Bumps [marked](https://github.com/markedjs/marked) from 5.0.4 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/v5.0.4...v9.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9276781..d6bf71e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "github-markdown-css": "^5.2.0", "husky": "^8.0.0", "lint-staged": "^13.2.2", - "marked": "^5.0.2", + "marked": "^9.1.2", "marked-gfm-heading-id": "^3.0.3" }, "engines": { @@ -2218,15 +2218,15 @@ } }, "node_modules/marked": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.4.tgz", - "integrity": "sha512-r0W8/DK56fAkV0qfUCO9cEt/VlFWUzoJOqEigvijmsVkTuPOHckh7ZutNJepRO1AxHhK96/9txonHg4bWd/aLA==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz", + "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==", "dev": true, "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 16" } }, "node_modules/marked-gfm-heading-id": { diff --git a/package.json b/package.json index 2948a33..b432c46 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "github-markdown-css": "^5.2.0", "husky": "^8.0.0", "lint-staged": "^13.2.2", - "marked": "^5.0.2", + "marked": "^9.1.2", "marked-gfm-heading-id": "^3.0.3" }, "config": {