From 367d61665cdcf4d7407d80e3eb0e7f13d351d877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:16:39 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [marked](https://github.com/markedjs/marked) and [marked-highlight](https://github.com/markedjs/marked-highlight). Updates `marked` from 10.0.0 to 11.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/v10.0.0...v11.0.0) Updates `marked-highlight` from 2.0.7 to 2.0.8 - [Release notes](https://github.com/markedjs/marked-highlight/releases) - [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs) - [Commits](https://github.com/markedjs/marked-highlight/compare/v2.0.7...v2.0.8) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: marked-highlight dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07724ee..a44f363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "hasInstallScript": true, "dependencies": { "highlight.js": "^11.9.0", - "marked": "^10.0.0", + "marked": "^11.0.0", "marked-footnote": "^1.1.3", - "marked-highlight": "^2.0.7", + "marked-highlight": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "yaml": "^2.3.4" @@ -200,9 +200,9 @@ } }, "node_modules/marked": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", - "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", + "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", "bin": { "marked": "bin/marked.js" }, @@ -219,11 +219,11 @@ } }, "node_modules/marked-highlight": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.7.tgz", - "integrity": "sha512-3IjgV879kEihgjWwVv8HGDkyuKDyR8hssDEjMUAH5LNVhIcZge+u6UKhxPA+daEVMVZeKEHo5gWrLVlLPF1m3g==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.8.tgz", + "integrity": "sha512-AcZbUPXMODcR504hOaGwGuiYJcPcWyxJIKjIY/a7xLC9e2q9MBG/yDJvon/6W7xTzvk9RDf3nE2w1FNLQG4diA==", "peerDependencies": { - "marked": ">=4 <11" + "marked": ">=4 <12" } }, "node_modules/normalize-path": { diff --git a/package.json b/package.json index 523c85e..d443e16 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ }, "dependencies": { "highlight.js": "^11.9.0", - "marked": "^10.0.0", + "marked": "^11.0.0", "marked-footnote": "^1.1.3", - "marked-highlight": "^2.0.7", + "marked-highlight": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "yaml": "^2.3.4"