From 79ef777d46cd23bee6e992b5b1b967e74b1b787e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:02:35 +0000 Subject: [PATCH] Bump marked from 5.0.4 to 10.0.0 Bumps [marked](https://github.com/markedjs/marked) from 5.0.4 to 10.0.0. - [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...v10.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9276781..9f4ffea 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": "^10.0.0", "marked-gfm-heading-id": "^3.0.3" }, "engines": { @@ -2218,9 +2218,9 @@ } }, "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": "10.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", + "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 2948a33..c8cd75e 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": "^10.0.0", "marked-gfm-heading-id": "^3.0.3" }, "config": {