From 3a5ca146f71a999b0fd0d019d5d63dd6535fafe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:13:50 +0000 Subject: [PATCH] build(deps): bump marked from 7.0.0 to 10.0.0 Bumps [marked](https://github.com/markedjs/marked) from 7.0.0 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/v7.0.0...v10.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae9b449..5937f19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3562,9 +3562,9 @@ } }, "marked": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.0.tgz", - "integrity": "sha512-7Gv1Ry8tqR352ElQOQfxdGpIh8kNZh/yYjNCxAQCN1DDbY4bCTG3qDCSkZWlRElSseeEILDxkY/G9w7cgziBNw==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", + "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==" }, "media-typer": { "version": "1.1.0", diff --git a/package.json b/package.json index 6fda98c..b676158 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/wdullaer/raml2html-slate-theme/issues" }, "dependencies": { - "marked": "^7.0.0", + "marked": "^10.0.0", "minimize": "^2.2.0", "nunjucks": "^3.2.2", "nunjucks-markdown": "^2.0.1",