Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 861a612

Browse files
Update devDependencies (non-major)
1 parent ecaa42d commit 861a612

File tree

2 files changed

+611
-496
lines changed

2 files changed

+611
-496
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -38,43 +38,43 @@
3838
"test:unit": "jest"
3939
},
4040
"devDependencies": {
41-
"@api3/chains": "^3.3.0",
41+
"@api3/chains": "^3.4.2",
4242
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
43-
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
43+
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
4444
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
4545
"@nomiclabs/hardhat-ethers": "^2.2.3",
4646
"@nomiclabs/hardhat-etherscan": "^3.1.7",
4747
"@typechain/ethers-v5": "^10.2.1",
4848
"@typechain/hardhat": "^6.1.6",
4949
"@types/aws-lambda": "^8.10.119",
5050
"@types/chai": "^4.3.5",
51-
"@types/jest": "^29.5.3",
51+
"@types/jest": "^29.5.4",
5252
"@types/lodash": "^4.14.197",
5353
"@types/mocha": ">=10.0.1",
54-
"@types/node": ">=18.17.5",
55-
"@typescript-eslint/eslint-plugin": "^6.4.0",
56-
"@typescript-eslint/parser": "^6.4.0",
57-
"chai": "^4.3.7",
54+
"@types/node": ">=18.17.13",
55+
"@typescript-eslint/eslint-plugin": "^6.5.0",
56+
"@typescript-eslint/parser": "^6.5.0",
57+
"chai": "^4.3.8",
5858
"dotenv": "^16.3.1",
5959
"esbuild": "^0.19.2",
60-
"eslint": "^8.47.0",
60+
"eslint": "^8.48.0",
6161
"eslint-plugin-jest": "^27.2.3",
62-
"hardhat": "2.17.1",
63-
"hardhat-deploy": "^0.11.36",
62+
"hardhat": "2.17.2",
63+
"hardhat-deploy": "^0.11.37",
6464
"hardhat-gas-reporter": "^1.0.9",
6565
"hardhat-prettier": "^0.0.1",
6666
"husky": "^8.0.3",
67-
"jest": "^29.6.2",
67+
"jest": "^29.6.4",
6868
"prettier": "^2.8.8",
6969
"prettier-plugin-solidity": "^1.1.3",
7070
"serverless-esbuild": "^1.46.0",
7171
"serverless-offline": "^12.0.4",
72-
"solhint": "^3.6.1",
72+
"solhint": "^3.6.2",
7373
"solidity-coverage": "^0.8.4",
7474
"ts-jest": "^29.1.1",
7575
"ts-node": ">=10.9.1",
7676
"typechain": "^8.3.1",
77-
"typescript": "^5.1.6"
77+
"typescript": "^5.2.2"
7878
},
7979
"dependencies": {
8080
"@api3/airnode-protocol-v1": "^2.8.0",

0 commit comments

Comments
 (0)