From dfa2cda4621aaaa6831644bfc3c8cd36ff02e3f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:58:23 -0500 Subject: [PATCH] fix(deps): update dependency remark-rehype to v11 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/markdown-to-html/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markdown-to-html/package.json b/packages/markdown-to-html/package.json index 14f9cd7..0caefd3 100644 --- a/packages/markdown-to-html/package.json +++ b/packages/markdown-to-html/package.json @@ -44,7 +44,7 @@ "rehype-video": "~2.0.0", "remark-gfm": "~3.0.1", "remark-parse": "^11.0.0", - "remark-rehype": "^10.0.0", + "remark-rehype": "^11.0.0", "unified": "^11.0.0", "vfile": "^6.0.0" },