From c63dfe903aa5b2abcf345d1f87bbde59a0032cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:19:20 +0000 Subject: [PATCH] chore(deps-dev): bump unist-util-visit-children from 1.1.4 to 2.0.2 Bumps [unist-util-visit-children](https://github.com/syntax-tree/unist-util-visit-children) from 1.1.4 to 2.0.2. - [Release notes](https://github.com/syntax-tree/unist-util-visit-children/releases) - [Commits](https://github.com/syntax-tree/unist-util-visit-children/compare/1.1.4...2.0.2) --- updated-dependencies: - dependency-name: unist-util-visit-children dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f47e16b..8e82760 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12067,10 +12067,13 @@ } }, "unist-util-visit-children": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-1.1.4.tgz", - "integrity": "sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==", - "dev": true + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz", + "integrity": "sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==", + "dev": true, + "requires": { + "@types/unist": "^2.0.0" + } }, "unist-util-visit-parents": { "version": "3.1.1", diff --git a/package.json b/package.json index c44d94b..d79f5cb 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "pluralize": "^8.0.0", "prettier": "^2.4.1", "semver": "^7.3.5", - "unist-util-visit-children": "^1.1.4" + "unist-util-visit-children": "^2.0.2" } }