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