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" } }