From b6578d3e61824adcf464e5e36422b88a218c7870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 02:32:02 +0000 Subject: [PATCH] Bump unified from 10.1.1 to 10.1.2 Bumps [unified](https://github.com/unifiedjs/unified) from 10.1.1 to 10.1.2. - [Release notes](https://github.com/unifiedjs/unified/releases) - [Changelog](https://github.com/unifiedjs/unified/blob/main/changelog.md) - [Commits](https://github.com/unifiedjs/unified/compare/10.1.1...10.1.2) --- updated-dependencies: - dependency-name: unified dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4081bae3ca..18ddfd2268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "typographic-em-dashes": "^1.0.2", "typographic-en-dashes": "^1.0.1", "typographic-single-spaces": "^1.0.2", - "unified": "^10.1.1" + "unified": "^10.1.2" } }, "node_modules/@babel/code-frame": { @@ -6037,9 +6037,9 @@ } }, "node_modules/unified": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", - "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, "dependencies": { "@types/unist": "^2.0.0", @@ -10779,9 +10779,9 @@ "dev": true }, "unified": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", - "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", "dev": true, "requires": { "@types/unist": "^2.0.0", diff --git a/package.json b/package.json index eb6a473b80..ab08ee040f 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,6 @@ "typographic-em-dashes": "^1.0.2", "typographic-en-dashes": "^1.0.1", "typographic-single-spaces": "^1.0.2", - "unified": "^10.1.1" + "unified": "^10.1.2" } }