Skip to content

Commit

Permalink
chore(deps): bump rehype-pretty-code from 0.9.11 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code) from 0.9.11 to 0.11.0.
- [Release notes](https://github.com/rehype-pretty/rehype-pretty-code/releases)
- [Commits](rehype-pretty/rehype-pretty-code@v0.9.11...v0.11.0)

---
updated-dependencies:
- dependency-name: rehype-pretty-code
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent a2f9167 commit 6771c6d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.9.4",
"rehype-pretty-code": "^0.11.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@
dependencies:
"@types/unist" "^2"

"@types/hast@^3.0.0":
"@types/hast@^3.0.0", "@types/hast@^3.0.3":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
Expand Down Expand Up @@ -6813,14 +6813,27 @@ rehype-katex@^7.0.0:
unist-util-visit-parents "^6.0.0"
vfile "^6.0.0"

rehype-pretty-code@^0.9.4:
version "0.9.11"
resolved "https://registry.yarnpkg.com/rehype-pretty-code/-/rehype-pretty-code-0.9.11.tgz#742017cbcfd5bd85466dfedd65b33a954aff7f2a"
integrity sha512-Eq90eCYXQJISktfRZ8PPtwc5SUyH6fJcxS8XOMnHPUQZBtC6RYo67gGlley9X2nR8vlniPj0/7oCDEYHKQa/oA==
rehype-parse@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-9.0.0.tgz#3949faeec6f466ec57774215661e0d75469195d9"
integrity sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==
dependencies:
"@types/hast" "^2.0.0"
"@types/hast" "^3.0.0"
hast-util-from-html "^2.0.0"
unified "^11.0.0"

rehype-pretty-code@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/rehype-pretty-code/-/rehype-pretty-code-0.11.0.tgz#90842f605c06d35903fccc2731b98b3ec5125a33"
integrity sha512-VCyDXrVio14Ipt+A5rTw3My17yjNOen12HqYuYaMIOj6m+WuqpAeYdTIlqIab+2PkWuTgzA2XCZgAHMHjUS4IQ==
dependencies:
"@types/hast" "^3.0.3"
hash-obj "^4.0.0"
hast-util-to-string "^3.0.0"
parse-numeric-range "^1.3.0"
rehype-parse "^9.0.0"
unified "^11.0.4"
unist-util-visit "^5.0.0"

rehype-raw@^7.0.0:
version "7.0.0"
Expand Down

0 comments on commit 6771c6d

Please sign in to comment.