From 3288c49f7e006d8591f4e93d7c1e2780c4c0a0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:57:21 +0000 Subject: [PATCH] Bump marked from 11.0.0 to 11.0.1 Bumps [marked](https://github.com/markedjs/marked) from 11.0.0 to 11.0.1. - [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/v11.0.0...v11.0.1) --- 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 fe1c0b4..4571b02 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": { "bootstrap": "4.6.0", "jquery": "3.7.1", - "marked": "11.0.0", + "marked": "11.0.1", "@fontsource/noto-sans": "5.0.18", "vue": "3.3.10" }, diff --git a/yarn.lock b/yarn.lock index 1713948..cd0acf2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -134,10 +134,10 @@ magic-string@^0.30.5: dependencies: "@jridgewell/sourcemap-codec" "^1.4.15" -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== +marked@11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-11.0.1.tgz#f8010ec2e358c0f4efedbac1ed3dbac2c7f46cdc" + integrity sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A== nanoid@^3.3.7: version "3.3.7"