@@ -871,9 +871,9 @@ ansi-regex@^5.0.1:
871871 integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
872872
873873ansi-regex@^6.0.1 :
874- version "6.0.1 "
875- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1 .tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a "
876- integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA ==
874+ version "6.2.2 "
875+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2 .tgz#60216eea464d864597ce2832000738a0589650c1 "
876+ integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg ==
877877
878878ansi-styles@^3.2.1 :
879879 version "3.2.1"
@@ -3082,7 +3082,16 @@ string-length@^6.0.0:
30823082 dependencies :
30833083 strip-ansi "^7.1.0"
30843084
3085- " string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3085+ " string-width-cjs@npm:string-width@^4.2.0 " :
3086+ version "4.2.3"
3087+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3088+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3089+ dependencies :
3090+ emoji-regex "^8.0.0"
3091+ is-fullwidth-code-point "^3.0.0"
3092+ strip-ansi "^6.0.1"
3093+
3094+ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3 :
30863095 version "4.2.3"
30873096 resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
30883097 integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3109,17 +3118,24 @@ string-width@^7.0.0:
31093118 get-east-asian-width "^1.0.0"
31103119 strip-ansi "^7.1.0"
31113120
3112- " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3121+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
3122+ version "6.0.1"
3123+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3124+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3125+ dependencies :
3126+ ansi-regex "^5.0.1"
3127+
3128+ strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
31133129 version "6.0.1"
31143130 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31153131 integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
31163132 dependencies :
31173133 ansi-regex "^5.0.1"
31183134
31193135strip-ansi@^7.0.1, strip-ansi@^7.1.0 :
3120- version "7.1.0 "
3121- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0 .tgz#d5b6568ca689d8561370b0707685d22434faff45 "
3122- integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ ==
3136+ version "7.1.2 "
3137+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2 .tgz#132875abde678c7ea8d691533f2e7e22bb744dba "
3138+ integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA ==
31233139 dependencies :
31243140 ansi-regex "^6.0.1"
31253141
@@ -3482,7 +3498,16 @@ wordwrapjs@^3.0.0:
34823498 reduce-flatten "^1.0.1"
34833499 typical "^2.6.1"
34843500
3485- " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0:
3501+ " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 " :
3502+ version "7.0.0"
3503+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3504+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3505+ dependencies :
3506+ ansi-styles "^4.0.0"
3507+ string-width "^4.1.0"
3508+ strip-ansi "^6.0.0"
3509+
3510+ wrap-ansi@^7.0.0 :
34863511 version "7.0.0"
34873512 resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34883513 integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
0 commit comments