From 0330500ca98dc0b24fc09b12253ba3d8d3d0090c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 11:15:35 +0000 Subject: [PATCH] chore(deps-dev): bump unist-util-visit-children from 1.1.4 to 2.0.1 Bumps [unist-util-visit-children](https://github.com/syntax-tree/unist-util-visit-children) from 1.1.4 to 2.0.1. - [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.1) --- 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..9360c9c 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.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.1.tgz", + "integrity": "sha512-2cEU3dhV1hMfO9ajwb8rJsDedMfsahsm6fCfR8LxDR/w7KcB5lzHQ9dBTQIXsWGNWBFH5MPmaFP3Xh0dWLqClQ==", + "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..1430d6b 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.1" } }