From f213b9fb87aeb1c733d451feb926117c7b937881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:21:41 +0000 Subject: [PATCH] chore(deps-dev): 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 c5ff1a3fc..e769e1556 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-vue": "^9.17.0", "graphql": "^16.8.0", "javascript-obfuscator": "^4.1.0", - "marked": "^10.0.0", + "marked": "^11.0.0", "nanoid": "^5.0.3", "npm-run-all": "^4.1.5", "pinia": "^2.1.6", diff --git a/yarn.lock b/yarn.lock index 72109b8d0..3cedafa73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3071,10 +3071,10 @@ map-obj@^4.1.0: resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== -marked@*, 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@*, 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== mathml-tag-names@^2.1.3: version "2.1.3"