From 4980487a6a34fb9a27916b9aaaad7a5d07abee8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 17:41:12 +0000 Subject: [PATCH] build(deps-dev): bump unist-util-visit-children from 1.1.4 to 2.0.0 Bumps [unist-util-visit-children](https://github.com/syntax-tree/unist-util-visit-children) from 1.1.4 to 2.0.0. - [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.0) --- 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 39bd6cf..68f6f20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10925,10 +10925,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.0", + "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.0.tgz", + "integrity": "sha512-n8CvdoeexGn6EkAa865Wp9SFFuS1IKf1j0vMoEwHHfA5f48gJPK6rwS/s/P+ouRDfAklQaiBQtlloX3KadUrww==", + "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 e60ac17..d7fd766 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.0" } }