From 739a9c6b9479651a4d8a50d4eaf4d067f0aa74f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:51:04 +0000 Subject: [PATCH] fix(deps): update dependency unist-util-visit-parents to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a67af80c5..5acfc2396 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "type-fest": "^3.0.0", "typescript": "^5.2.2", "unist-util-visit": "^2.0.3", - "unist-util-visit-parents": "^3.1.1", + "unist-util-visit-parents": "^6.0.0", "xpath": "^0.0.32", "yaml": "^2.2.2", "yargs": "^17.0.0"