From 8f7292f68fc879263e7da5c009a99e053fa608b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 01:06:07 +0000 Subject: [PATCH] chore(deps): Bump unist-util-visit from 2.0.3 to 4.1.2 Bumps [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) from 2.0.3 to 4.1.2. - [Release notes](https://github.com/syntax-tree/unist-util-visit/releases) - [Commits](https://github.com/syntax-tree/unist-util-visit/compare/2.0.3...4.1.2) --- updated-dependencies: - dependency-name: unist-util-visit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4022487..b4dc870 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "hast-util-from-parse5": "^6.0.1", "node-fetch": "^2.6.7", "parse5": "^6.0.1", - "unist-util-visit": "^2.0.3" + "unist-util-visit": "^4.1.2" }, "devDependencies": { "jest-in-case": "^1.0.2",