From 4898aa072ce75f4a123d5daf0ee2c935ac0e0ed3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:00:42 +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 8218058a9..ffe01d7c9 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"