From 0b0e03826e12f369f2e4b8aa84bb559fdf3a0d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 02:01:21 +0000 Subject: [PATCH] chore(deps): Bump hast-util-from-parse5 from 6.0.1 to 7.1.2 Bumps [hast-util-from-parse5](https://github.com/syntax-tree/hast-util-from-parse5) from 6.0.1 to 7.1.2. - [Release notes](https://github.com/syntax-tree/hast-util-from-parse5/releases) - [Commits](https://github.com/syntax-tree/hast-util-from-parse5/compare/6.0.1...7.1.2) --- updated-dependencies: - dependency-name: hast-util-from-parse5 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..3bf14f5 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "@babel/runtime": "^7.18.3", "fetch-retry": "^5.0.2", - "hast-util-from-parse5": "^6.0.1", + "hast-util-from-parse5": "^7.1.2", "node-fetch": "^2.6.7", "parse5": "^6.0.1", "unist-util-visit": "^2.0.3"