From 890a00eb7f739395767a42288fe19104020d0103 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:55:20 +0000 Subject: [PATCH] fix(deps): update dependency unist-util-visit to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ec6296bf..205e59f2a 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "semver": "^7.0.0", "type-fest": "^3.0.0", "typescript": "^5.2.2", - "unist-util-visit": "^2.0.3", + "unist-util-visit": "^5.0.0", "unist-util-visit-parents": "^3.1.1", "xpath": "^0.0.32", "yaml": "^2.2.2",