Skip to content

Commit 1ca42b8

Browse files
Update dependency @types/chai to v5
1 parent 2649e15 commit 1ca42b8

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"winston": "^3.3.3"
2323
},
2424
"devDependencies": {
25-
"@types/chai": "4.2.18",
25+
"@types/chai": "5.2.2",
2626
"@types/mocha": "7.0.2",
2727
"@typescript-eslint/eslint-plugin": "2.34.0",
2828
"@typescript-eslint/parser": "2.34.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,17 @@
3232
enabled "2.0.x"
3333
kuler "^2.0.0"
3434

35-
36-
version "4.2.18"
37-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.18.tgz#0c8e298dbff8205e2266606c1ea5fbdba29b46e4"
38-
integrity sha512-rS27+EkB/RE1Iz3u0XtVL5q36MGDWbgYe7zWiodyKNUnthxY0rukK5V36eiUCtCisB7NN8zKYH6DO2M37qxFEQ==
35+
36+
version "5.2.2"
37+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.2.tgz#6f14cea18180ffc4416bc0fd12be05fdd73bdd6b"
38+
integrity sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==
39+
dependencies:
40+
"@types/deep-eql" "*"
41+
42+
"@types/deep-eql@*":
43+
version "4.0.2"
44+
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
45+
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
3946

4047
"@types/eslint-visitor-keys@^1.0.0":
4148
version "1.0.0"

0 commit comments

Comments
 (0)