From c317585a6b194ef080cdaa0af575540073bc5070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 03:46:06 +0000 Subject: [PATCH] Bump marked from 10.0.0 to 11.0.0 Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 11.0.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/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... 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 6333023..2b52437 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": { "bootstrap": "4.6.0", "jquery": "3.7.1", - "marked": "10.0.0", + "marked": "11.0.0", "@fontsource/noto-sans": "5.0.17", "vue": "3.3.9" }, diff --git a/yarn.lock b/yarn.lock index d5cf275..b607daf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -134,10 +134,10 @@ magic-string@^0.30.5: dependencies: "@jridgewell/sourcemap-codec" "^1.4.15" -marked@10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c" - integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA== +marked@11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-11.0.0.tgz#02e63c4352a59a268e2e5b3afb7a46851c0b446d" + integrity sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw== nanoid@^3.3.6: version "3.3.6"