diff --git a/package.json b/package.json index 7f4d0e7..af8a995 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "npm-run-all2": "6.2.3", "prettier": "3.3.3", "rehype-inline": "2.0.0", - "rehype-parse": "9.0.0", + "rehype-parse": "9.0.1", "rehype-stringify": "10.0.0", "sass": "1.79.3", "stylelint": "16.9.0", diff --git a/yarn.lock b/yarn.lock index f1a135d..189757e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2833,10 +2833,10 @@ rehype-inline@2.0.0: remark-rehype "^9.0.0" unist-util-visit "^4.0.0" -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== +rehype-parse@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-9.0.1.tgz#9993bda129acc64c417a9d3654a7be38b2a94c20" + integrity sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag== dependencies: "@types/hast" "^3.0.0" hast-util-from-html "^2.0.0"