From e2f265047ae2a54964bd8a7bd996230af05d6b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 06:54:36 +0000 Subject: [PATCH] Build(deps): Bump unified from 9.1.0 to 9.2.0 (#9031) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ba957bcf2947..11b5dfc944a2 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "string-width": "4.2.0", "typescript": "4.0.2", "unicode-regex": "3.0.0", - "unified": "9.1.0", + "unified": "9.2.0", "vnopts": "1.0.2", "yaml-unist-parser": "1.3.0" }, diff --git a/yarn.lock b/yarn.lock index 6a310630d76d..7b83950802ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8022,10 +8022,10 @@ unicode-regex@^2.0.0: dependencies: regexp-util "^1.2.0" -unified@9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/unified/-/unified-9.1.0.tgz#7ba82e5db4740c47a04e688a9ca8335980547410" - integrity sha512-VXOv7Ic6twsKGJDeZQ2wwPqXs2hM0KNu5Hkg9WgAZbSD1pxhZ7p8swqg583nw1Je2fhwHy6U8aEjiI79x1gvag== +unified@9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8" + integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg== dependencies: bail "^1.0.0" extend "^3.0.0"