fix(deps): update dependency unist-util-find-all-after to v3.0.2

This commit is contained in:
Renovate Bot
2021-03-31 10:54:38 +00:00
committed by renovate[bot]
parent 3edaf7f6dc
commit 30026f47c6
2 changed files with 4 additions and 4 deletions

View File

@ -741,9 +741,9 @@
}
},
"unist-util-find-all-after": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.1.tgz",
"integrity": "sha512-0GICgc++sRJesLwEYDjFVJPJttBpVQaTNgc6Jw0Jhzvfs+jtKePEMu+uD+PqkRUrAvGQqwhpDwLGWo1PK8PDEw==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz",
"integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==",
"requires": {
"unist-util-is": "^4.0.0"
}

View File

@ -40,7 +40,7 @@
"unified": "7.1.0",
"unist-util-find": "1.0.2",
"unist-util-find-after": "3.0.0",
"unist-util-find-all-after": "3.0.1",
"unist-util-find-all-after": "3.0.2",
"unist-util-find-all-between": "2.1.0",
"unist-util-is": "4.0.2",
"unist-util-modify-children": "2.0.0",