Skip to content

Commit 1905bc9

Browse files
chore(deps): update dependency chai to v4.5.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae530c9 commit 1905bc9

1 file changed

Lines changed: 44 additions & 7 deletions

File tree

yarn.lock

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,10 +1959,17 @@
19591959
dependencies:
19601960
"@types/chai" "*"
19611961

1962-
"@types/chai@*", "@types/chai@^4.2.0":
1963-
version "4.3.11"
1964-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
1965-
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
1962+
"@types/chai@*":
1963+
version "5.2.0"
1964+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.0.tgz#fe62a18d33001800d3590792ceb6126142f814a4"
1965+
integrity sha512-FWnQYdrG9FAC8KgPVhDFfrPL1FBsL3NtIt2WsxKvwu/61K6HiuDF3xAb7c7w/k9ML2QOUHcwTgU7dKLFPK6sBg==
1966+
dependencies:
1967+
"@types/deep-eql" "*"
1968+
1969+
"@types/chai@^4.2.0":
1970+
version "4.3.20"
1971+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.20.tgz#cb291577ed342ca92600430841a00329ba05cecc"
1972+
integrity sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==
19661973

19671974
"@types/chrome@^0.0.136":
19681975
version "0.0.136"
@@ -1993,6 +2000,11 @@
19932000
dependencies:
19942001
"@types/ms" "*"
19952002

2003+
"@types/deep-eql@*":
2004+
version "4.0.2"
2005+
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
2006+
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
2007+
19962008
"@types/dom-screen-wake-lock@^1.0.0":
19972009
version "1.0.3"
19982010
resolved "https://registry.yarnpkg.com/@types/dom-screen-wake-lock/-/dom-screen-wake-lock-1.0.3.tgz#c3588a5f6f40fae957f9ce5be9bc4927a61bb9a0"
@@ -8127,7 +8139,7 @@ string-format@^2.0.0:
81278139
resolved "https://registry.yarnpkg.com/string-format/-/string-format-2.0.0.tgz#f2df2e7097440d3b65de31b6d40d54c96eaffb9b"
81288140
integrity sha512-bbEs3scLeYNXLecRRuk6uJxdXUSj6le/8rNPHChIJTn2V79aXVTR1EH2OH5zLKKoz0V02fOUKZZcw01pLUShZA==
81298141

8130-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
8142+
"string-width-cjs@npm:string-width@^4.2.0":
81318143
version "4.2.3"
81328144
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
81338145
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8144,6 +8156,15 @@ string-width@^2.1.1:
81448156
is-fullwidth-code-point "^2.0.0"
81458157
strip-ansi "^4.0.0"
81468158

8159+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
8160+
version "4.2.3"
8161+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8162+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8163+
dependencies:
8164+
emoji-regex "^8.0.0"
8165+
is-fullwidth-code-point "^3.0.0"
8166+
strip-ansi "^6.0.1"
8167+
81478168
string-width@^5.0.1, string-width@^5.1.2:
81488169
version "5.1.2"
81498170
resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz"
@@ -8216,7 +8237,7 @@ string_decoder@~1.1.1:
82168237
dependencies:
82178238
safe-buffer "~5.1.0"
82188239

8219-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8240+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
82208241
version "6.0.1"
82218242
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
82228243
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8230,6 +8251,13 @@ strip-ansi@^4.0.0:
82308251
dependencies:
82318252
ansi-regex "^3.0.0"
82328253

8254+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8255+
version "6.0.1"
8256+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8257+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8258+
dependencies:
8259+
ansi-regex "^5.0.1"
8260+
82338261
strip-ansi@^7.0.1:
82348262
version "7.1.0"
82358263
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -9086,7 +9114,7 @@ workerpool@6.2.1:
90869114
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz"
90879115
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
90889116

9089-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9117+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
90909118
version "7.0.0"
90919119
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
90929120
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9104,6 +9132,15 @@ wrap-ansi@^6.2.0:
91049132
string-width "^4.1.0"
91059133
strip-ansi "^6.0.0"
91069134

9135+
wrap-ansi@^7.0.0:
9136+
version "7.0.0"
9137+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9138+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9139+
dependencies:
9140+
ansi-styles "^4.0.0"
9141+
string-width "^4.1.0"
9142+
strip-ansi "^6.0.0"
9143+
91079144
wrap-ansi@^8.1.0:
91089145
version "8.1.0"
91099146
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)