From 45f5d79bf6a3e6b8d5e41bb7fcbf3c864ca936d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 18:04:47 +0000 Subject: [PATCH] Bump unified from 8.4.0 to 8.4.1 Bumps [unified](https://github.com/unifiedjs/unified) from 8.4.0 to 8.4.1. - [Release notes](https://github.com/unifiedjs/unified/releases) - [Changelog](https://github.com/unifiedjs/unified/blob/master/changelog.md) - [Commits](https://github.com/unifiedjs/unified/compare/8.4.0...8.4.1) Signed-off-by: dependabot-preview[bot] --- packages/markdown/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/markdown/package-lock.json b/packages/markdown/package-lock.json index 984fd8a03..a30595606 100644 --- a/packages/markdown/package-lock.json +++ b/packages/markdown/package-lock.json @@ -6477,9 +6477,9 @@ } }, "unified": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-8.4.0.tgz", - "integrity": "sha512-hQqeCrzqqS3vk8WbvbjYgaxe9WqmZF32Y3lz/kY5A8/5RdJbxoa4yOIAYpSEvqii9n2MTI2OL1+ByoVJYLhlUg==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/unified/-/unified-8.4.1.tgz", + "integrity": "sha512-YPj/uIIZSO7mMIZQj/5Z3hDl4lshWYRQGs5TgUCjHTVdklUWH+O94mK5Cy77SEcmEUwGhnUcudMuH/zIwporqw==", "requires": { "bail": "^1.0.0", "extend": "^3.0.0", @@ -6671,9 +6671,9 @@ }, "dependencies": { "is-buffer": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", - "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", + "integrity": "sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==" } } },