From e3f2c6356a5521ff796495844208e6ec99ff89b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:52:50 +0000 Subject: [PATCH] chore(deps): bump marked from 15.0.5 to 15.0.6 Bumps [marked](https://github.com/markedjs/marked) from 15.0.5 to 15.0.6. - [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/v15.0.5...v15.0.6) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 8ebcc6d..691100c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "font-awesome": "4.7.0", "husky": "^9.1.7", "lint-staged": "^15.2.10", - "marked": "^15.0.5", + "marked": "^15.0.6", "marked-base-url": "^1.1.6", "native-prompt": "^2.1.4", "request": "^2.88.2", diff --git a/yarn.lock b/yarn.lock index f1e5b90..8e88c94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2600,10 +2600,10 @@ marked@^1.2.9: resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.9.tgz#53786f8b05d4c01a2a5a76b7d1ec9943d29d72dc" integrity sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw== -marked@^15.0.5: - version "15.0.5" - resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.5.tgz#1b5c58a2fb56afe57379f8cc721ab60e0450a5b5" - integrity sha512-xN+kSuqHjxWg+Q47yhhZMUP+kO1qHobvXkkm6FX+7N6lDvanLDd8H7AQ0jWDDyq+fDt/cSrJaBGyWYHXy0KQWA== +marked@^15.0.6: + version "15.0.6" + resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.6.tgz#8165f16afb6f4b30a35bdcee657c3b8415820a8f" + integrity sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg== matcher@^3.0.0: version "3.0.0"