From 36fdc8d08035b915e626b7ba6e54e8e8776991e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:28:56 +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 9.1.5 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/v9.1.5...v10.0.0) Updates `marked-highlight` from 2.0.6 to 2.0.7 - [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.6...v2.0.7) --- 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 | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5122a3..0f64f94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "hasInstallScript": true, "dependencies": { "highlight.js": "^11.9.0", - "marked": "^9.1.5", - "marked-highlight": "^2.0.6", + "marked": "^10.0.0", + "marked-highlight": "^2.0.7", "react": "^18.2.0", "react-dom": "^18.2.0", "yaml": "^2.3.4" @@ -199,22 +199,22 @@ } }, "node_modules/marked": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", - "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", + "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/marked-highlight": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.6.tgz", - "integrity": "sha512-xjA/C6xgXAfkkYg+YHnxdjmgFyTDtqqu8KbZiqh+COJ7PuzR15kqa+rPrs6pf/2jExXtG1jyCFUHmv9s0Bi/dQ==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.7.tgz", + "integrity": "sha512-3IjgV879kEihgjWwVv8HGDkyuKDyR8hssDEjMUAH5LNVhIcZge+u6UKhxPA+daEVMVZeKEHo5gWrLVlLPF1m3g==", "peerDependencies": { - "marked": ">=4 <10" + "marked": ">=4 <11" } }, "node_modules/normalize-path": { diff --git a/package.json b/package.json index f8cf2b7..f26011f 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ }, "dependencies": { "highlight.js": "^11.9.0", - "marked": "^9.1.5", - "marked-highlight": "^2.0.6", + "marked": "^10.0.0", + "marked-highlight": "^2.0.7", "react": "^18.2.0", "react-dom": "^18.2.0", "yaml": "^2.3.4"