From f7fec9d7b24b6996d0d3301e376fab60935046e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 17:47:30 +0000 Subject: [PATCH] Bump unified from 10.1.0 to 10.1.1 Bumps [unified](https://github.com/unifiedjs/unified) from 10.1.0 to 10.1.1. - [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.0...10.1.1) --- updated-dependencies: - dependency-name: unified dependency-type: direct:production 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 f4a4b1baee00..8ff42ce2dae8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "swr": "1.1.0", "throng": "^5.0.0", "ts-dedent": "^2.2.0", - "unified": "^10.1.0", + "unified": "^10.1.1", "unist-util-visit": "^4.1.0", "uuid": "^8.3.2", "walk-sync": "^3.0.0" @@ -21848,9 +21848,9 @@ } }, "node_modules/unified": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.0.tgz", - "integrity": "sha512-4U3ru/BRXYYhKbwXV6lU6bufLikoAavTwev89H5UxY8enDFaAT2VXmIXYNm6hb5oHPng/EXr77PVyDFcptbk5g==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", + "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", "dependencies": { "@types/unist": "^2.0.0", "bail": "^2.0.0", @@ -39981,9 +39981,9 @@ "dev": true }, "unified": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.0.tgz", - "integrity": "sha512-4U3ru/BRXYYhKbwXV6lU6bufLikoAavTwev89H5UxY8enDFaAT2VXmIXYNm6hb5oHPng/EXr77PVyDFcptbk5g==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", + "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", "requires": { "@types/unist": "^2.0.0", "bail": "^2.0.0", diff --git a/package.json b/package.json index e50d9d2c8793..9cbbf87298e0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "swr": "1.1.0", "throng": "^5.0.0", "ts-dedent": "^2.2.0", - "unified": "^10.1.0", + "unified": "^10.1.1", "unist-util-visit": "^4.1.0", "uuid": "^8.3.2", "walk-sync": "^3.0.0"