Skip to content

Commit

Permalink
fix(deps): update dependency rehype-github-alerts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 3aadc44 commit c8af4a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-instantsearch": "^7.13.9",
"react-lite-youtube-embed": "^2.4.0",
"react-transition-group": "^4.4.5",
"rehype-github-alerts": "^3.0.0",
"rehype-github-alerts": "^4.0.0",
"remark-gfm": "^4.0.0",
"remarkable": "2.0.1",
"remarkable-react": "1.4.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7120,10 +7120,10 @@ hasown@^2.0.1:
dependencies:
function-bind "^1.1.2"

hast-util-from-html@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.1.tgz"
integrity sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==
hast-util-from-html@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz#485c74785358beb80c4ba6346299311ac4c49c82"
integrity sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==
dependencies:
"@types/hast" "^3.0.0"
devlop "^1.1.0"
Expand Down Expand Up @@ -11146,12 +11146,12 @@ regjsparser@^0.12.0:
dependencies:
jsesc "~3.0.2"

rehype-github-alerts@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/rehype-github-alerts/-/rehype-github-alerts-3.0.0.tgz"
integrity sha512-m8Lm+V0Ee0T9JqaLN0eBqtyUSfMUDFhAOIjbvoAQfI6EKtxKsIGWP6PaQE01UBHat0K7dBtnaeyCmJuUO7ylHg==
rehype-github-alerts@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/rehype-github-alerts/-/rehype-github-alerts-4.0.0.tgz#8d78bbbdda9d1b87fab221a76823821af375971c"
integrity sha512-sie5IisFy9j2qS/pZzXkT7Yg/jXuJEO9LmM9imM6ThM6w06DfwJXN1/JrFv6qMjSun8m3jCpt/ICnx5zFgJGMg==
dependencies:
hast-util-from-html "^2.0.1"
hast-util-from-html "^2.0.3"
hast-util-is-element "^3.0.0"
unist-util-visit "^5.0.0"

Expand Down

0 comments on commit c8af4a5

Please sign in to comment.