From 7a2087bba90e99ffe6013c727ab772999a07ad6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:58:50 +0000 Subject: [PATCH] Bump marked from 15.0.2 to 15.0.3 Bumps [marked](https://github.com/markedjs/marked) from 15.0.2 to 15.0.3. - [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.2...v15.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development 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 5ca5972..8ff8d5e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": { "bootstrap": "4.6.0", "jquery": "3.7.1", - "marked": "15.0.2", + "marked": "15.0.3", "@fontsource/noto-sans": "5.1.0", "vue": "3.5.13" }, diff --git a/yarn.lock b/yarn.lock index d8eafba..38dfaac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -150,10 +150,10 @@ magic-string@^0.30.11: dependencies: "@jridgewell/sourcemap-codec" "^1.5.0" -marked@15.0.2: - version "15.0.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.2.tgz#e6f8c351554e05cfbe77fee5fa2d6116d361787b" - integrity sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w== +marked@15.0.3: + version "15.0.3" + resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.3.tgz#f75ae6ca71aeeaea0cfa2c2f120016ac8373aede" + integrity sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg== nanoid@^3.3.7: version "3.3.7"