Skip to content

Commit 5ea3586

Browse files
chore(deps): update devdependencies (non-major) (#1955)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59c8cd8 commit 5ea3586

File tree

8 files changed

+40
-35
lines changed

8 files changed

+40
-35
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,21 @@
110110
"@changesets/cli": "^2.27.1",
111111
"@octokit/core": "^5.1.0",
112112
"@types/libsodium-wrappers": "^0.7.13",
113-
"@types/node": "^18.19.14",
114-
"@typescript-eslint/eslint-plugin": "^6.20.0",
115-
"@typescript-eslint/parser": "^6.20.0",
113+
"@types/node": "^18.19.17",
114+
"@typescript-eslint/eslint-plugin": "^6.21.0",
115+
"@typescript-eslint/parser": "^6.21.0",
116116
"@vercel/ncc": "^0.38.1",
117117
"axios": "^1.6.7",
118118
"comment-json": "^4.2.3",
119119
"eslint": "^8.56.0",
120120
"eslint-plugin-functional": "^5.0.8",
121121
"eslint-plugin-import": "^2.29.1",
122-
"eslint-plugin-jest": "^27.6.3",
122+
"eslint-plugin-jest": "^27.9.0",
123123
"fast-glob": "^3.3.2",
124-
"husky": "^9.0.10",
125-
"lerna": "^8.0.2",
124+
"husky": "^9.0.11",
125+
"lerna": "^8.1.2",
126126
"libsodium-wrappers": "^0.7.13",
127-
"prettier": "^3.2.4",
127+
"prettier": "^3.2.5",
128128
"prettier-plugin-solidity": "^1.3.1",
129129
"rimraf": "^5.0.5",
130130
"solhint": "^4.1.1",

packages/airnode-admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@types/lodash": "^4.14.202",
38-
"@types/node": "^18.19.14",
38+
"@types/node": "^18.19.17",
3939
"@types/yargs": "^17.0.32",
4040
"jest": "^29.7.0",
4141
"rimraf": "^5.0.5",

packages/airnode-deployer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"@aws-sdk/util-stream-node": "^3.370.0",
5050
"@google-cloud/functions-framework": "^3.3.0",
5151
"@types/adm-zip": "^0.5.5",
52-
"@types/aws-lambda": "^8.10.133",
52+
"@types/aws-lambda": "^8.10.134",
5353
"@types/lodash": "^4.14.202",
54-
"@types/node": "^18.19.14",
54+
"@types/node": "^18.19.17",
5555
"@types/yargs": "^17.0.32",
5656
"aws-sdk-client-mock": "^3.0.1",
5757
"aws-sdk-client-mock-jest": "^3.0.1",
@@ -62,7 +62,7 @@
6262
"ts-jest": "^29.1.2",
6363
"ts-node": "^10.9.2",
6464
"typescript": "^5.3.3",
65-
"webpack": "^5.90.1",
65+
"webpack": "^5.90.2",
6666
"webpack-cli": "^5.1.4",
6767
"webpack-ignore-dynamic-require": "^1.0.0"
6868
}

packages/airnode-examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@nomiclabs/hardhat-ethers": "^2.2.3",
4747
"@nomiclabs/hardhat-waffle": "^2.0.6",
4848
"@types/jest": "^29.5.12",
49-
"@types/node": "^18.19.14",
49+
"@types/node": "^18.19.17",
5050
"@types/prompts": "^2.4.9",
5151
"chalk": "^4.1.2",
52-
"dotenv": "^16.4.1",
52+
"dotenv": "^16.4.4",
5353
"ethereum-waffle": "^4.0.10",
5454
"hardhat": "^2.14.1",
5555
"jest": "^29.7.0",

packages/airnode-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/express": "^4.17.21",
4949
"@types/jest": "^29.5.12",
5050
"@types/lodash": "^4.14.202",
51-
"@types/node": "^18.19.14",
51+
"@types/node": "^18.19.17",
5252
"@types/yargs": "^17.0.32",
5353
"aws-sdk-client-mock": "^3.0.1",
5454
"aws-sdk-client-mock-jest": "^3.0.1",

packages/airnode-protocol/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"write-example-env-file": "hardhat run scripts/write-example-env-file.ts"
3030
},
3131
"devDependencies": {
32-
"@api3/chains": "^4.7.0",
32+
"@api3/chains": "^4.9.0",
3333
"@nomicfoundation/hardhat-verify": "^2.0.4",
3434
"@nomiclabs/hardhat-ethers": "^2.2.3",
3535
"@nomiclabs/hardhat-waffle": "^2.0.6",
@@ -41,7 +41,7 @@
4141
"hardhat-deploy": "^0.11.45",
4242
"hardhat-gas-reporter": "^1.0.10",
4343
"rimraf": "^5.0.5",
44-
"solidity-coverage": "^0.8.6",
44+
"solidity-coverage": "^0.8.7",
4545
"typechain": "^8.3.2",
4646
"typescript": "^5.3.3"
4747
},

packages/airnode-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@nomiclabs/hardhat-ethers": "^2.2.3",
2828
"@types/jest": "^29.5.12",
29-
"@types/node": "^18.19.14",
29+
"@types/node": "^18.19.17",
3030
"hardhat": "^2.14.1",
3131
"jest": "^29.7.0",
3232
"rimraf": "^5.0.5",

yarn.lock

+23-18
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
dependencies:
2828
"@openzeppelin/contracts" "4.8.2"
2929

30-
"@api3/chains@^4.7.0":
30+
"@api3/chains@^4.7.0", "@api3/chains@^4.9.0":
3131
version "4.9.0"
3232
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.9.0.tgz#4aa33a5c3a208b5a6ffdd0247db91472bd9e8707"
3333
integrity sha512-lbdXmaswmXr73B67w+I0OU9tYFHWD0KTfz75BW99tmF0GsyWTzKzWb2T2/yNV7kSeNPuuEYQ+SsSz7bft/Y7Zg==
@@ -4207,7 +4207,7 @@
42074207
dependencies:
42084208
"@types/node" "*"
42094209

4210-
"@types/aws-lambda@^8.10.133":
4210+
"@types/aws-lambda@^8.10.134":
42114211
version "8.10.134"
42124212
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.134.tgz#8f65d86736839889194f7892b7bec6b8a7ec6fc3"
42134213
integrity sha512-cfv422ivDMO+EeA3N4YcshbTHBL+5lLXe+Uz+4HXvIcsCuWvqNFpOs28ZprL8NA3qRCzt95ETiNAJDn4IcC/PA==
@@ -4534,10 +4534,10 @@
45344534
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
45354535
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
45364536

4537-
"@types/node@^18.19.14":
4538-
version "18.19.17"
4539-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.17.tgz#a581a9fb4b2cfdbc61f008804f4436b2d5c40354"
4540-
integrity sha512-SzyGKgwPzuWp2SHhlpXKzCX0pIOfcI4V2eF37nNBJOhwlegQ83omtVQ1XxZpDE06V/d6AQvfQdPfnw0tRC//Ng==
4537+
"@types/node@^18.19.17":
4538+
version "18.19.18"
4539+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.18.tgz#7526471b28828d1fef1f7e4960fb9477e6e4369c"
4540+
integrity sha512-80CP7B8y4PzZF0GWx15/gVWRrB5y/bIjNI84NK3cmQJu0WZwvmj2WMA5LcofQFVfLqqCSp545+U2LsrVzX36Zg==
45414541
dependencies:
45424542
undici-types "~5.26.4"
45434543

@@ -4679,7 +4679,7 @@
46794679
dependencies:
46804680
"@types/yargs-parser" "*"
46814681

4682-
"@typescript-eslint/eslint-plugin@^6.2.1", "@typescript-eslint/eslint-plugin@^6.20.0":
4682+
"@typescript-eslint/eslint-plugin@^6.2.1", "@typescript-eslint/eslint-plugin@^6.21.0":
46834683
version "6.21.0"
46844684
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
46854685
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
@@ -4696,7 +4696,7 @@
46964696
semver "^7.5.4"
46974697
ts-api-utils "^1.0.1"
46984698

4699-
"@typescript-eslint/parser@^5.4.2 || ^6.0.0", "@typescript-eslint/parser@^6.2.1", "@typescript-eslint/parser@^6.20.0":
4699+
"@typescript-eslint/parser@^5.4.2 || ^6.0.0", "@typescript-eslint/parser@^6.2.1", "@typescript-eslint/parser@^6.21.0":
47004700
version "6.21.0"
47014701
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
47024702
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
@@ -7165,11 +7165,16 @@ dotenv-expand@~10.0.0:
71657165
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
71667166
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
71677167

7168-
dotenv@^16.4.1, dotenv@^16.4.2:
7168+
dotenv@^16.4.2:
71697169
version "16.4.4"
71707170
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.4.tgz#a26e7bb95ebd36272ebb56edb80b826aecf224c1"
71717171
integrity sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==
71727172

7173+
dotenv@^16.4.4:
7174+
version "16.4.5"
7175+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
7176+
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
7177+
71737178
dotenv@^8.1.0:
71747179
version "8.6.0"
71757180
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
@@ -7710,7 +7715,7 @@ eslint-plugin-jest-formatting@^3.1.0:
77107715
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-3.1.0.tgz#b26dd5a40f432b642dcc880021a771bb1c93dcd2"
77117716
integrity sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A==
77127717

7713-
eslint-plugin-jest@^27.4.2, eslint-plugin-jest@^27.6.3:
7718+
eslint-plugin-jest@^27.4.2, eslint-plugin-jest@^27.9.0:
77147719
version "27.9.0"
77157720
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
77167721
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
@@ -9445,7 +9450,7 @@ humanize-ms@^1.2.1:
94459450
dependencies:
94469451
ms "^2.0.0"
94479452

9448-
husky@^9.0.10:
9453+
husky@^9.0.11:
94499454
version "9.0.11"
94509455
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9"
94519456
integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==
@@ -10812,7 +10817,7 @@ lazy@~1.0.11:
1081210817
resolved "https://registry.yarnpkg.com/lazy/-/lazy-1.0.11.tgz#daa068206282542c088288e975c297c1ae77b690"
1081310818
integrity sha512-Y+CjUfLmIpoUCCRl0ub4smrYtGGr5AOa2AKOaWelGHOGz33X/Y/KizefGqbkwfz44+cnq/+9habclf8vOmu2LA==
1081410819

10815-
lerna@^8.0.2:
10820+
lerna@^8.1.2:
1081610821
version "8.1.2"
1081710822
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.1.2.tgz#441e8078d0b68557b4ef5b33202a16a6bc2a50d3"
1081810823
integrity sha512-RCyBAn3XsqqvHbz3TxLfD7ylqzCi1A2UJnFEZmhURgx589vM3qYWQa/uOMeEEf565q6cAdtmulITciX1wgkAtw==
@@ -12875,7 +12880,7 @@ prettier@^2.3.1, prettier@^2.7.1, prettier@^2.8.3:
1287512880
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
1287612881
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
1287712882

12878-
prettier@^3.2.4:
12883+
prettier@^3.2.5:
1287912884
version "3.2.5"
1288012885
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
1288112886
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
@@ -14066,10 +14071,10 @@ solidity-comments-extractor@^0.0.8:
1406614071
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.8.tgz#f6e148ab0c49f30c1abcbecb8b8df01ed8e879f8"
1406714072
integrity sha512-htM7Vn6LhHreR+EglVMd2s+sZhcXAirB1Zlyrv5zBuTxieCvjfnRpd7iZk75m/u6NOlEyQ94C6TWbBn2cY7w8g==
1406814073

14069-
solidity-coverage@^0.8.6:
14070-
version "0.8.7"
14071-
resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.7.tgz#fa8809fdd3321c357609fd20f6888878efc0f0fc"
14072-
integrity sha512-RzcPuNsIqVGq5F8rjQZPdI2EVdsRU7w2f1Uk1UY567n9eNcg5LSEQ3Q1WFoy9bi/2AD5SYbYK9SS/Nwh2oYbNw==
14074+
solidity-coverage@^0.8.7:
14075+
version "0.8.8"
14076+
resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.8.tgz#f856e13817efc75d963cd2a549590c3c54ea565d"
14077+
integrity sha512-7RN6/8YAFMQNeMdSulARtE0VC5JitBAUMwvkr10FkOK+nux5q+WykrgSZntkWrX/VHzRa096P4OOViO0T9Q9Cw==
1407314078
dependencies:
1407414079
"@ethersproject/abi" "^5.0.9"
1407514080
"@solidity-parser/parser" "^0.18.0"
@@ -15325,7 +15330,7 @@ webpack-sources@^3.2.3:
1532515330
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
1532615331
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1532715332

15328-
webpack@^5.90.1:
15333+
webpack@^5.90.2:
1532915334
version "5.90.3"
1533015335
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.3.tgz#37b8f74d3ded061ba789bb22b31e82eed75bd9ac"
1533115336
integrity sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==

0 commit comments

Comments
 (0)