From 45e8d4849df6773b316c4c8c7f7b658508c0d17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:16:55 +0000 Subject: [PATCH] chore(deps): bump marked from 10.0.0 to 11.0.1 Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 11.0.1. - [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.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3332008..d332f14 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "electron-reloader": "^1.2.3", "express": "^4.18.2", "font-awesome": "4.7.0", - "marked": "^10.0.0", + "marked": "^11.0.1", "native-prompt": "^2.1.4", "request": "^2.88.2", "sjcl": "^1.0.8", diff --git a/yarn.lock b/yarn.lock index a7aee5d..840df4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1970,10 +1970,10 @@ marked@^1.2.9: resolved "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz" integrity sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw== -marked@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c" - integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA== +marked@^11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-11.0.1.tgz#f8010ec2e358c0f4efedbac1ed3dbac2c7f46cdc" + integrity sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A== matcher@^3.0.0: version "3.0.0"