Skip to content

Commit b86a622

Browse files
chore(deps): update dependency @types/chai to v5 (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05564c6 commit b86a622

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
@@ -24,7 +24,7 @@
2424
"@nomiclabs/hardhat-etherscan": "3.1.8",
2525
"@nomiclabs/hardhat-waffle": "2.0.6",
2626
"@openzeppelin/contracts": "4.8.2",
27-
"@types/chai": "4.3.16",
27+
"@types/chai": "5.2.2",
2828
"@types/dotenv": "8.2.0",
2929
"@types/mocha": "10.0.6",
3030
"@types/node": "20.14.12",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,10 +1296,17 @@
12961296
dependencies:
12971297
"@types/node" "*"
12981298

1299-
"@types/chai@4.3.16":
1300-
version "4.3.16"
1301-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.16.tgz#b1572967f0b8b60bf3f87fe1d854a5604ea70c82"
1302-
integrity sha512-PatH4iOdyh3MyWtmHVFXLWCCIhUbopaltqddG9BzB+gMIzee2MJrvd+jouii9Z3wzQJruGWAm7WOMjgfG8hQlQ==
1299+
"@types/chai@5.2.2":
1300+
version "5.2.2"
1301+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.2.tgz#6f14cea18180ffc4416bc0fd12be05fdd73bdd6b"
1302+
integrity sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==
1303+
dependencies:
1304+
"@types/deep-eql" "*"
1305+
1306+
"@types/deep-eql@*":
1307+
version "4.0.2"
1308+
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
1309+
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
13031310

13041311
"@types/dotenv@8.2.0":
13051312
version "8.2.0"

0 commit comments

Comments
 (0)