diff --git a/package.json b/package.json index f2943bfc..3c81bd43 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "yarn": "1.22.19" }, "resolutions": { - "ansi-regex": "5.0.1", + "ansi-regex": "6.0.1", "tough-cookie": "4.1.3" }, "directories": { diff --git a/yarn.lock b/yarn.lock index bee34210..60ca1e67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -335,10 +335,10 @@ ansi-escapes@^4.2.1: dependencies: type-fest "^0.21.3" -ansi-regex@5.0.1, ansi-regex@^2.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@^2.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"