Skip to content

Commit

Permalink
fix(deps): bump marked and marked-terminal (#245)
Browse files Browse the repository at this point in the history
Bumps [marked](https://github.com/markedjs/marked) and [marked-terminal](https://github.com/mikaelbr/marked-terminal). These dependencies needed to be updated together.

Updates `marked` from 9.1.6 to 10.0.0
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v9.1.6...v10.0.0)

Updates `marked-terminal` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/mikaelbr/marked-terminal/releases)
- [Commits](mikaelbr/marked-terminal@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: marked-terminal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 23, 2023
1 parent 257fd6e commit 7a95019
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"dependencies": {
"debug": "^4.3.4",
"fs-extra": "^11.1.1",
"marked": "^9.1.6",
"marked-terminal": "^6.0.0",
"marked": "^10.0.0",
"marked-terminal": "^6.1.0",
"semver": "^7.5.4",
"semver-compare": "^1.0.0"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2667,10 +2667,10 @@ map-obj@^4.0.0:
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==

marked-terminal@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.0.0.tgz#450fe39209fd1fb342bd1384c9ec71345e20b6aa"
integrity sha512-6rruICvqRfA4N+Mvdc0UyDbLA0A0nI5omtARIlin3P2F+aNc3EbW91Rd9HTuD0v9qWyHmNIu8Bt40gAnPfldsg==
marked-terminal@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.1.0.tgz#ad54dc034d40c532f9708a2b4c128a83919fe0de"
integrity sha512-QaCSF6NV82oo6K0szEnmc65ooDeW0T/Adcyf0fcW+Hto2GT1VADFg8dn1zaeHqzj65fqDH1hMNChGNRaC/lbkA==
dependencies:
ansi-escapes "^6.2.0"
cardinal "^2.1.1"
Expand All @@ -2679,10 +2679,10 @@ marked-terminal@^6.0.0:
node-emoji "^2.1.0"
supports-hyperlinks "^3.0.0"

marked@*, marked@^9.1.6:
version "9.1.6"
resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.6.tgz#5d2a3f8180abfbc5d62e3258a38a1c19c0381695"
integrity sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==
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@^4.3.0:
version "4.3.0"
Expand Down

0 comments on commit 7a95019

Please sign in to comment.