From ada0152ef702910ffc7613690b0e02b805243107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:13:41 +0000 Subject: [PATCH] chore(deps): bump marked from 15.0.3 to 15.0.4 Bumps [marked](https://github.com/markedjs/marked) from 15.0.3 to 15.0.4. - [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.3...v15.0.4) --- 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 f056702..97518bd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "husky": "^9.1.6", "ipinyinjs": "https://github.com/bbg-contributors/pinyinjs.git", "lint-staged": "^15.2.10", - "marked": "^15.0.3", + "marked": "^15.0.4", "native-prompt": "^2.1.4", "request": "^2.88.2", "sjcl": "^1.0.8", diff --git a/yarn.lock b/yarn.lock index c7600ba..03a0b54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2591,10 +2591,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.3: - version "15.0.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.3.tgz#f75ae6ca71aeeaea0cfa2c2f120016ac8373aede" - integrity sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg== +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== matcher@^3.0.0: version "3.0.0"