From cc002bb3023ce73b0d94bc6450a44b186b6f1c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:06:31 +0000 Subject: [PATCH] chore(deps): bump marked from 15.0.4 to 15.0.5 Bumps [marked](https://github.com/markedjs/marked) from 15.0.4 to 15.0.5. - [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.4...v15.0.5) --- 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 27fae22..afb0745 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "husky": "^9.1.7", "ipinyinjs": "https://github.com/bbg-contributors/pinyinjs.git", "lint-staged": "^15.2.10", - "marked": "^15.0.4", + "marked": "^15.0.5", "native-prompt": "^2.1.4", "request": "^2.88.2", "sjcl": "^1.0.8", diff --git a/yarn.lock b/yarn.lock index 9b8d09f..eabd52b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2599,10 +2599,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.4: - version "15.0.4" - resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.4.tgz#864dbf50227b6507646c771c2ef5f0de2924833e" - integrity sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw== +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== matcher@^3.0.0: version "3.0.0"