From 9434377897ac07a196ce01ef8c9b517cceef55af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 21:21:19 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 39 ++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88b505c3db..b3cfa8781b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index a012d52576..359ce389e0 100644 --- a/package.json +++ b/package.json @@ -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",