From d3a85d8f3b4bb26bb0a4acffc9ffa0a405014b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:17:25 +0000 Subject: [PATCH] chore: Bump marked from 10.0.0 to 11.1.0 Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 11.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/v10.0.0...v11.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/compiler/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 21c36abc..92d26459 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -23,7 +23,7 @@ "glob": "^10.3.10", "js-yaml": "^4.1.0", "kss": "^3.0.1", - "marked": "^10.0.0", + "marked": "^11.1.0", "tsconfig-resolver": "^3.0.1", "typedoc": "~0.25.2", "yargs": "^17.7.2" diff --git a/yarn.lock b/yarn.lock index ffbbdd77..3ee69d01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4504,10 +4504,10 @@ markdown-it@^12.0.2: mdurl "^1.0.1" uc.micro "^1.0.5" -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.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.0.tgz#f2d12323e80ba8a97cc8262fe7e94fcc007476ab" + integrity sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw== marked@^4.3.0: version "4.3.0"