From 4866315af722cf594060177c1578509ae70e80cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 03:28:24 +0000 Subject: [PATCH] Bump marked from 14.0.0 to 14.1.0 Bumps [marked](https://github.com/markedjs/marked) from 14.0.0 to 14.1.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/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-minor ... 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 9415838..abaa54e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": { "bootstrap": "4.6.0", "jquery": "3.7.1", - "marked": "14.0.0", + "marked": "14.1.0", "@fontsource/noto-sans": "5.0.22", "vue": "3.4.38" }, diff --git a/yarn.lock b/yarn.lock index 548347f..e0c6935 100644 --- a/yarn.lock +++ b/yarn.lock @@ -129,10 +129,10 @@ magic-string@^0.30.10: dependencies: "@jridgewell/sourcemap-codec" "^1.4.15" -marked@14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83" - integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ== +marked@14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-14.1.0.tgz#736ae774ff06ddf03e55a071f9322fe240cb89cb" + integrity sha512-P93GikH/Pde0hM5TAXEd8I4JAYi8IB03n8qzW8Bh1BIEFpEyBoYxi/XWZA53LSpTeLBiMQOoSMj0u5E/tiVYTA== nanoid@^3.3.7: version "3.3.7"