diff --git a/package.json b/package.json index 6a11172f..06ce57ce 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typescript": "^5.1.3" }, "resolutions": { - "ansi-regex": "^5.0.1", + "ansi-regex": "^6.0.0", "debug": "^4.0.0", "json-schema": "^0.4.0", "json5": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 3682f726..7c3a8837 100644 --- a/yarn.lock +++ b/yarn.lock @@ -954,10 +954,10 @@ ansi-escapes@^5.0.0: dependencies: type-fest "^1.0.2" -ansi-regex@^5.0.1, ansi-regex@^6.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== +ansi-regex@^5.0.1, ansi-regex@^6.0.0, ansi-regex@^6.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"