Bump mdast-zone from 3.0.4 to 4.0.0 (#5997)

Bumps [mdast-zone](https://github.com/syntax-tree/mdast-zone) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/syntax-tree/mdast-zone/releases)
- [Commits](https://github.com/syntax-tree/mdast-zone/compare/3.0.4...4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-18 21:21:19 +01:00 committed by GitHub
parent d6d02ef727
commit 9434377897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 6 deletions

39
package-lock.json generated
View File

@ -15362,13 +15362,42 @@
}
},
"mdast-zone": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/mdast-zone/-/mdast-zone-3.0.4.tgz",
"integrity": "sha512-pqUjjNLTqqDV19wwEw6s67dVtcnhokHW18Qtrj5WA0ABiRzfDfnEk7rgbAUjEG0ZzYUPboECgilewlXPSTP8aQ==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/mdast-zone/-/mdast-zone-4.0.0.tgz",
"integrity": "sha512-PAW2q/AYhWNxl2vPv+1g2mX0JuEZtM0pMwFeIhB4vf5VLxSRpzOo8dScID64rssiCmoyNPDWs04ERHoyRKi7Jw==",
"dev": true,
"requires": {
"mdast-comment-marker": "^1.0.1",
"unist-util-visit": "^1.0.0"
"mdast-comment-marker": "^1.0.0",
"unist-util-visit": "^2.0.0"
},
"dependencies": {
"unist-util-is": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
"integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ==",
"dev": true
},
"unist-util-visit": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
"integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
"dev": true,
"requires": {
"@types/unist": "^2.0.0",
"unist-util-is": "^4.0.0",
"unist-util-visit-parents": "^3.0.0"
}
},
"unist-util-visit-parents": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.0.tgz",
"integrity": "sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw==",
"dev": true,
"requires": {
"@types/unist": "^2.0.0",
"unist-util-is": "^4.0.0"
}
}
}
},
"mdn-data": {

View File

@ -153,7 +153,7 @@
"mdast-util-compact": "^1.0.1",
"mdast-util-heading-range": "^2.1.0",
"mdast-util-toc": "^5.0.3",
"mdast-zone": "^3.0.1",
"mdast-zone": "^4.0.0",
"mini-css-extract-plugin": "^0.10.0",
"nconf": "^0.10.0",
"ng-packagr": "^10.0.0",