Skip to content

Commit 88a0cbe

Browse files
Update dependency chai to v5
1 parent 2649e15 commit 88a0cbe

File tree

2 files changed

+37
-38
lines changed

2 files changed

+37
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/mocha": "7.0.2",
2727
"@typescript-eslint/eslint-plugin": "2.34.0",
2828
"@typescript-eslint/parser": "2.34.0",
29-
"chai": "4.3.4",
29+
"chai": "5.1.1",
3030
"eslint": "6.8.0",
3131
"mocha": "7.2.0",
3232
"ts-node": "8.10.2",

yarn.lock

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ argparse@^1.0.7:
176176
dependencies:
177177
sprintf-js "~1.0.2"
178178

179-
assertion-error@^1.1.0:
180-
version "1.1.0"
181-
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
182-
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
179+
assertion-error@^2.0.1:
180+
version "2.0.1"
181+
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
182+
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
183183

184184
astral-regex@^1.0.0:
185185
version "1.0.0"
@@ -244,17 +244,16 @@ camelcase@^5.0.0:
244244
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
245245
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
246246

247-
chai@4.3.4:
248-
version "4.3.4"
249-
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49"
250-
integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==
247+
chai@5.1.1:
248+
version "5.1.1"
249+
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.1.tgz#f035d9792a22b481ead1c65908d14bb62ec1c82c"
250+
integrity sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==
251251
dependencies:
252-
assertion-error "^1.1.0"
253-
check-error "^1.0.2"
254-
deep-eql "^3.0.1"
255-
get-func-name "^2.0.0"
256-
pathval "^1.1.1"
257-
type-detect "^4.0.5"
252+
assertion-error "^2.0.1"
253+
check-error "^2.1.1"
254+
deep-eql "^5.0.1"
255+
loupe "^3.1.0"
256+
pathval "^2.0.0"
258257

259258
chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.2:
260259
version "2.4.2"
@@ -278,10 +277,10 @@ chardet@^0.7.0:
278277
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
279278
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
280279

281-
check-error@^1.0.2:
282-
version "1.0.2"
283-
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
284-
integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=
280+
check-error@^2.1.1:
281+
version "2.1.1"
282+
resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.1.1.tgz#87eb876ae71ee388fa0471fe423f494be1d96ccc"
283+
integrity sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==
285284

286285
287286
version "3.3.0"
@@ -412,12 +411,10 @@ decamelize@^1.2.0:
412411
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
413412
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
414413

415-
deep-eql@^3.0.1:
416-
version "3.0.1"
417-
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df"
418-
integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==
419-
dependencies:
420-
type-detect "^4.0.0"
414+
deep-eql@^5.0.1:
415+
version "5.0.1"
416+
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-5.0.1.tgz#21ea2c0d561a4d08cdd99c417ac584e0fb121385"
417+
integrity sha512-nwQCf6ne2gez3o1MxWifqkciwt0zhl0LO1/UwVu4uMBuPmflWM4oQ70XMqHqnBJA+nhzncaqL9HVL6KkHJ28lw==
421418

422419
deep-is@~0.1.3:
423420
version "0.1.3"
@@ -725,10 +722,10 @@ get-caller-file@^2.0.1:
725722
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
726723
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
727724

728-
get-func-name@^2.0.0:
729-
version "2.0.0"
730-
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
731-
integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=
725+
get-func-name@^2.0.1:
726+
version "2.0.2"
727+
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
728+
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
732729

733730
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
734731
version "1.1.1"
@@ -1057,6 +1054,13 @@ logform@^2.2.0:
10571054
ms "^2.1.1"
10581055
triple-beam "^1.3.0"
10591056

1057+
loupe@^3.1.0:
1058+
version "3.1.0"
1059+
resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.0.tgz#46ef1a4ffee73145f5c0a627536d754787c1ea2a"
1060+
integrity sha512-qKl+FrLXUhFuHUoDJG7f8P8gEMHq9NFS0c6ghXG1J0rldmZFQZoNVv/vyirE9qwCIhWZDsvEFd1sbFu3GvRQFg==
1061+
dependencies:
1062+
get-func-name "^2.0.1"
1063+
10601064
lru-cache@^6.0.0:
10611065
version "6.0.0"
10621066
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -1284,10 +1288,10 @@ path-key@^2.0.1:
12841288
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
12851289
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
12861290

1287-
pathval@^1.1.1:
1288-
version "1.1.1"
1289-
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
1290-
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
1291+
pathval@^2.0.0:
1292+
version "2.0.0"
1293+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.0.tgz#7e2550b422601d4f6b8e26f1301bc8f15a741a25"
1294+
integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==
12911295

12921296
picomatch@^2.0.4:
12931297
version "2.2.3"
@@ -1670,11 +1674,6 @@ type-check@~0.3.2:
16701674
dependencies:
16711675
prelude-ls "~1.1.2"
16721676

1673-
type-detect@^4.0.0, type-detect@^4.0.5:
1674-
version "4.0.8"
1675-
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
1676-
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
1677-
16781677
type-fest@^0.21.3:
16791678
version "0.21.3"
16801679
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"

0 commit comments

Comments
 (0)