From 44cdd92bc8942eedd66aff9df4f48376bcd04030 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 01:46:06 +0000 Subject: [PATCH] Update dependency remark-parse to v11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25a79a5..87203ac 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "query-string": "^8", "react-error-boundary": "^4", "remark-gfm": "^3", - "remark-parse": "^10", + "remark-parse": "^11.0.0", "swr": "^2", "unified": "^11", "unist-util-visit": "^5",