From 9000910ae7e25fb2a91ab23c2a8a83dfa6952233 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Nov 2021 14:21:36 +0000 Subject: [PATCH] Update dependency ansi-regex to v6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a4b6152..e451f9e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "browserslist": "4.17.6" }, "resolutions": { - "ansi-regex": "5.0.1", + "ansi-regex": "6.0.1", "tmpl": "1.0.5", "path-parse": "1.0.7" }, diff --git a/yarn.lock b/yarn.lock index dc6b614..c68b124 100644 --- a/yarn.lock +++ b/yarn.lock @@ -913,10 +913,10 @@ ansi-escapes@^4.2.1: dependencies: type-fest "^0.11.0" -ansi-regex@5.0.1, ansi-regex@^5.0.0, ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== +ansi-regex@6.0.1, ansi-regex@^5.0.0, ansi-regex@^5.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== ansi-styles@^3.2.1: version "3.2.1"