From 8e4e9b09df0f71fb01d38fc04bed76d436d9b4aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 20:17:06 +0200 Subject: [PATCH] Bump mdast-util-compact from 2.0.1 to 3.0.0 (#6211) Bumps [mdast-util-compact](https://github.com/syntax-tree/mdast-util-compact) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/syntax-tree/mdast-util-compact/releases) - [Commits](https://github.com/syntax-tree/mdast-util-compact/compare/2.0.1...3.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e077b605da..66741b64af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15800,9 +15800,9 @@ "dev": true }, "mdast-util-compact": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-2.0.1.tgz", - "integrity": "sha512-7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-3.0.0.tgz", + "integrity": "sha512-6Cua3mYMywg7TXmDtbzVia7aiUINDCs4E9+IR4+uRRV/tzCR/efIiaxaMiNZ5XB0FOi0AVzbvqAhS5UUv7a0Vg==", "dev": true, "requires": { "unist-util-visit": "^2.0.0" diff --git a/package.json b/package.json index 6e356eaeed..ab615d79f4 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "lite-server": "^2.5.4", "markdownlint-cli": "^0.23.2", "mdast": "^3.0.0", - "mdast-util-compact": "^2.0.1", + "mdast-util-compact": "^3.0.0", "mdast-util-heading-range": "^2.1.0", "mdast-util-toc": "^5.0.3", "mdast-zone": "^4.0.0",