Skip to content

Commit c80ba74

Browse files
chore(deps): update dependency chai to v5
1 parent 8077c13 commit c80ba74

File tree

3 files changed

+34
-40
lines changed

3 files changed

+34
-40
lines changed

packages/airnode-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/chai": "^4.3.12",
3333
"@types/lodash": "^4.14.202",
3434
"@types/mocha": "^10.0.6",
35-
"chai": "^4.4.1",
35+
"chai": "^5.1.0",
3636
"ethereum-waffle": "^4.0.10",
3737
"hardhat": "^2.14.1",
3838
"jest": "^29.7.0",

packages/airnode-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nomiclabs/hardhat-ethers": "^2.2.3",
3535
"@nomiclabs/hardhat-waffle": "^2.0.6",
3636
"@typechain/ethers-v5": "^11.1.2",
37-
"chai": "^4.4.1",
37+
"chai": "^5.1.0",
3838
"copyfiles": "^2.4.1",
3939
"ethereum-waffle": "^4.0.10",
4040
"hardhat": "^2.14.1",

yarn.lock

+32-38
Original file line numberDiff line numberDiff line change
@@ -5422,10 +5422,10 @@ [email protected], assert-plus@^1.0.0:
54225422
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
54235423
integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
54245424

5425-
assertion-error@^1.1.0:
5426-
version "1.1.0"
5427-
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
5428-
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
5425+
assertion-error@^2.0.1:
5426+
version "2.0.1"
5427+
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
5428+
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
54295429

54305430
ast-parents@^0.0.1:
54315431
version "0.0.1"
@@ -6063,18 +6063,16 @@ cbor@^8.1.0:
60636063
dependencies:
60646064
nofilter "^3.1.0"
60656065

6066-
chai@^4.4.1:
6067-
version "4.4.1"
6068-
resolved "https://registry.yarnpkg.com/chai/-/chai-4.4.1.tgz#3603fa6eba35425b0f2ac91a009fe924106e50d1"
6069-
integrity sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==
6070-
dependencies:
6071-
assertion-error "^1.1.0"
6072-
check-error "^1.0.3"
6073-
deep-eql "^4.1.3"
6074-
get-func-name "^2.0.2"
6075-
loupe "^2.3.6"
6076-
pathval "^1.1.1"
6077-
type-detect "^4.0.8"
6066+
chai@^5.1.0:
6067+
version "5.1.0"
6068+
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.0.tgz#648cf2d8b5d16f32646612e22ffd12dc617ef960"
6069+
integrity sha512-kDZ7MZyM6Q1DhR9jy7dalKohXQ2yrlXkk59CR52aRKxJrobmlBNqnFQxX9xOX8w+4mz8SYlKJa/7D7ddltFXCw==
6070+
dependencies:
6071+
assertion-error "^2.0.1"
6072+
check-error "^2.0.0"
6073+
deep-eql "^5.0.1"
6074+
loupe "^3.1.0"
6075+
pathval "^2.0.0"
60786076

60796077
[email protected], chalk@~3.0.0:
60806078
version "3.0.0"
@@ -6129,12 +6127,10 @@ charm@~0.1.1:
61296127
resolved "https://registry.yarnpkg.com/charm/-/charm-0.1.2.tgz#06c21eed1a1b06aeb67553cdc53e23274bac2296"
61306128
integrity sha512-syedaZ9cPe7r3hoQA9twWYKu5AIyCswN5+szkmPBe9ccdLrj4bYaCnLVPTLd2kgVRc7+zoX4tyPgRnFKCj5YjQ==
61316129

6132-
check-error@^1.0.3:
6133-
version "1.0.3"
6134-
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694"
6135-
integrity sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==
6136-
dependencies:
6137-
get-func-name "^2.0.2"
6130+
check-error@^2.0.0:
6131+
version "2.0.0"
6132+
resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.0.0.tgz#589a4f201b6256fd93a2d165089fe43d2676d8c6"
6133+
integrity sha512-tjLAOBHKVxtPoHe/SA7kNOMvhCRdCJ3vETdeY0RuAc9popf+hyaSV6ZEg9hr4cpWF7jmo/JSWEnLDrnijS9Tog==
61386134

61396135
61406136
version "3.5.3"
@@ -6912,12 +6908,10 @@ dedent@^1.0.0:
69126908
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.1.tgz#4f3fc94c8b711e9bb2800d185cd6ad20f2a90aff"
69136909
integrity sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==
69146910

6915-
deep-eql@^4.1.3:
6916-
version "4.1.3"
6917-
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d"
6918-
integrity sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==
6919-
dependencies:
6920-
type-detect "^4.0.0"
6911+
deep-eql@^5.0.1:
6912+
version "5.0.1"
6913+
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-5.0.1.tgz#21ea2c0d561a4d08cdd99c417ac584e0fb121385"
6914+
integrity sha512-nwQCf6ne2gez3o1MxWifqkciwt0zhl0LO1/UwVu4uMBuPmflWM4oQ70XMqHqnBJA+nhzncaqL9HVL6KkHJ28lw==
69216915

69226916
deep-extend@^0.6.0, deep-extend@~0.6.0:
69236917
version "0.6.0"
@@ -8656,7 +8650,7 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
86568650
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
86578651
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
86588652

8659-
get-func-name@^2.0.1, get-func-name@^2.0.2:
8653+
get-func-name@^2.0.1:
86608654
version "2.0.2"
86618655
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
86628656
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
@@ -11136,10 +11130,10 @@ loose-envify@^1.4.0:
1113611130
dependencies:
1113711131
js-tokens "^3.0.0 || ^4.0.0"
1113811132

11139-
loupe@^2.3.6:
11140-
version "2.3.7"
11141-
resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.7.tgz#6e69b7d4db7d3ab436328013d37d1c8c3540c697"
11142-
integrity sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==
11133+
loupe@^3.1.0:
11134+
version "3.1.0"
11135+
resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.0.tgz#46ef1a4ffee73145f5c0a627536d754787c1ea2a"
11136+
integrity sha512-qKl+FrLXUhFuHUoDJG7f8P8gEMHq9NFS0c6ghXG1J0rldmZFQZoNVv/vyirE9qwCIhWZDsvEFd1sbFu3GvRQFg==
1114311137
dependencies:
1114411138
get-func-name "^2.0.1"
1114511139

@@ -12618,10 +12612,10 @@ path-type@^4.0.0:
1261812612
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
1261912613
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
1262012614

12621-
pathval@^1.1.1:
12622-
version "1.1.1"
12623-
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
12624-
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
12615+
pathval@^2.0.0:
12616+
version "2.0.0"
12617+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.0.tgz#7e2550b422601d4f6b8e26f1301bc8f15a741a25"
12618+
integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==
1262512619

1262612620
pbkdf2@^3.0.17, pbkdf2@^3.0.9:
1262712621
version "3.1.2"
@@ -14830,7 +14824,7 @@ type-check@~0.3.2:
1483014824
dependencies:
1483114825
prelude-ls "~1.1.2"
1483214826

14833-
[email protected], type-detect@^4.0.0, type-detect@^4.0.8:
14827+
[email protected], type-detect@^4.0.8:
1483414828
version "4.0.8"
1483514829
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
1483614830
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==

0 commit comments

Comments
 (0)