From dcdce12d777468cc664213ea0a692125d64bcaa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:44:35 +0000 Subject: [PATCH] chore(deps): bump marked from 9.1.5 to 10.0.0 Bumps [marked](https://github.com/markedjs/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) --- 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 9c15c25..993a1d6 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": "^9.1.5", + "marked": "^10.0.0", "native-prompt": "^2.1.4", "request": "^2.88.2", "xss": "^1.0.14" diff --git a/yarn.lock b/yarn.lock index 295f701..6dbdec6 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@^9.1.5: - version "9.1.5" - resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.5.tgz#fcada4702ea64a5c05a4ff0e0639628aac8a1e5f" - integrity sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A== +marked@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c" + integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA== matcher@^3.0.0: version "3.0.0"