From e73ca89188ea33f8d0717ad3bf65819141a6832f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:53:45 +0000 Subject: [PATCH] chore(deps): 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 1f9fa0b041a5..beefc4460b56 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "typescript": "^4.6.2" }, "resolutions": { - "ansi-regex": "^5.0.1", + "ansi-regex": "^6.0.0", "normalize-package-data": "^5.0.0", "doctoc/underscore": "^1.13.1", "doctoc/**/trim": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index ea0dd188838c..ebdce3447ea0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -475,10 +475,10 @@ anchor-markdown-header@^0.6.0: dependencies: emoji-regex "~10.1.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@^5.0.1, ansi-regex@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== ansi-styles@^4.0.0, ansi-styles@^4.1.0: version "4.3.0"