diff --git a/package.json b/package.json index a88e0fde4..03d57147d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "remark-gfm": "^3.0.1", "remark-parse": "^10.0.2", "remark-prism": "^1.3.6", - "remark-rehype": "^10.1.0", + "remark-rehype": "^11.0.0", "remark-stringify": "^10.0.3", "rosetta": "^1.1.0", "strip-markdown": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index 107d4a9f1..57693c6d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9746,6 +9746,17 @@ remark-rehype@^10.1.0: mdast-util-to-hast "^12.1.0" unified "^10.0.0" +remark-rehype@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.0.0.tgz#7f21c08738bde024be5f16e4a8b13e5d7a04cf6b" + integrity sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw== + dependencies: + "@types/hast" "^3.0.0" + "@types/mdast" "^4.0.0" + mdast-util-to-hast "^13.0.0" + unified "^11.0.0" + vfile "^6.0.0" + remark-smartypants@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz"