@@ -830,12 +830,12 @@ caniuse-lite@^1.0.30001737:
830830 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz#67fb92953edc536442f3c9da74320774aa523143"
831831 integrity sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==
832832
833- chai-as-promised@^7.1 .2 :
834- version "7.1 .2"
835- resolved "https://registry.npmjs.org /chai-as-promised/-/chai-as-promised-7.1 .2.tgz"
836- integrity sha512-aBDHZxRzYnUYuIAIPBH2s511DjlKPzXNlXSGFC8CwmroWQLfrW0LtE1nK3MAwwNhJPa9raEjNCmRoFpG0Hurdw ==
833+ chai-as-promised@^8.0 .2 :
834+ version "8.0 .2"
835+ resolved "https://registry.yarnpkg.com /chai-as-promised/-/chai-as-promised-8.0 .2.tgz#cd9b77afaa976383eb4cbef9463ac5230f7a1cba "
836+ integrity sha512-1GadL+sEJVLzDjcawPM4kjfnL+p/9vrxiEUonowKOAzvVg0PixJUdtuDzdkDeQhK3zfOE76GqGkZIQ7/Adcrqw ==
837837 dependencies :
838- check-error "^1.0.2 "
838+ check-error "^2.1.1 "
839839
840840chai-events@^0.0.3 :
841841 version "0.0.3"
@@ -894,13 +894,18 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
894894 ansi-styles "^4.1.0"
895895 supports-color "^7.1.0"
896896
897- check-error@^1.0.2, check-error@^1.0. 3 :
897+ check-error@^1.0.3 :
898898 version "1.0.3"
899899 resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694"
900900 integrity sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==
901901 dependencies :
902902 get-func-name "^2.0.2"
903903
904+ check-error@^2.1.1 :
905+ version "2.1.1"
906+ resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.1.1.tgz#87eb876ae71ee388fa0471fe423f494be1d96ccc"
907+ integrity sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==
908+
904909chokidar@^4.0.1 :
905910 version "4.0.3"
906911 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30"
@@ -3183,7 +3188,7 @@ string-argv@0.1.1:
31833188 resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.1.1.tgz"
31843189 integrity sha512-El1Va5ehZ0XTj3Ekw4WFidXvTmt9SrC0+eigdojgtJMVtPkF0qbBe9fyNSl9eQf+kUHnTSQxdQYzuHfZy8V+DQ==
31853190
3186- " string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3 :
3191+ " string-width-cjs@npm:string-width@^4.2.0 " :
31873192 version "4.2.3"
31883193 resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31893194 integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3209,6 +3214,15 @@ string-width@^2.0.0, string-width@^2.1.1:
32093214 is-fullwidth-code-point "^2.0.0"
32103215 strip-ansi "^4.0.0"
32113216
3217+ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3 :
3218+ version "4.2.3"
3219+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3220+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3221+ dependencies :
3222+ emoji-regex "^8.0.0"
3223+ is-fullwidth-code-point "^3.0.0"
3224+ strip-ansi "^6.0.1"
3225+
32123226string-width@^5.0.1, string-width@^5.1.2 :
32133227 version "5.1.2"
32143228 resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -3232,7 +3246,7 @@ string_decoder@~1.1.1:
32323246 dependencies :
32333247 safe-buffer "~5.1.0"
32343248
3235- " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
3249+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
32363250 version "6.0.1"
32373251 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
32383252 integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3253,6 +3267,13 @@ strip-ansi@^4.0.0:
32533267 dependencies :
32543268 ansi-regex "^3.0.0"
32553269
3270+ strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
3271+ version "6.0.1"
3272+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3273+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3274+ dependencies :
3275+ ansi-regex "^5.0.1"
3276+
32563277strip-ansi@^7.0.1 :
32573278 version "7.1.2"
32583279 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
@@ -3616,7 +3637,7 @@ workerpool@^9.2.0:
36163637 resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-9.3.4.tgz#f6c92395b2141afd78e2a889e80cb338fe9fca41"
36173638 integrity sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==
36183639
3619- " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0 :
3640+ " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 " :
36203641 version "7.0.0"
36213642 resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
36223643 integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -3642,6 +3663,15 @@ wrap-ansi@^6.2.0:
36423663 string-width "^4.1.0"
36433664 strip-ansi "^6.0.0"
36443665
3666+ wrap-ansi@^7.0.0 :
3667+ version "7.0.0"
3668+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3669+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3670+ dependencies :
3671+ ansi-styles "^4.0.0"
3672+ string-width "^4.1.0"
3673+ strip-ansi "^6.0.0"
3674+
36453675wrap-ansi@^8.1.0 :
36463676 version "8.1.0"
36473677 resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
0 commit comments