|
38 | 38 | "test:unit": "jest"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@api3/chains": "^3.3.0", |
| 41 | + "@api3/chains": "^3.4.2", |
42 | 42 | "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
43 |
| - "@nomicfoundation/hardhat-network-helpers": "^1.0.8", |
| 43 | + "@nomicfoundation/hardhat-network-helpers": "^1.0.9", |
44 | 44 | "@nomicfoundation/hardhat-toolbox": "^2.0.2",
|
45 | 45 | "@nomiclabs/hardhat-ethers": "^2.2.3",
|
46 | 46 | "@nomiclabs/hardhat-etherscan": "^3.1.7",
|
47 | 47 | "@typechain/ethers-v5": "^10.2.1",
|
48 | 48 | "@typechain/hardhat": "^6.1.6",
|
49 | 49 | "@types/aws-lambda": "^8.10.119",
|
50 | 50 | "@types/chai": "^4.3.5",
|
51 |
| - "@types/jest": "^29.5.3", |
| 51 | + "@types/jest": "^29.5.4", |
52 | 52 | "@types/lodash": "^4.14.197",
|
53 | 53 | "@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", |
58 | 58 | "dotenv": "^16.3.1",
|
59 | 59 | "esbuild": "^0.19.2",
|
60 |
| - "eslint": "^8.47.0", |
| 60 | + "eslint": "^8.48.0", |
61 | 61 | "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", |
64 | 64 | "hardhat-gas-reporter": "^1.0.9",
|
65 | 65 | "hardhat-prettier": "^0.0.1",
|
66 | 66 | "husky": "^8.0.3",
|
67 |
| - "jest": "^29.6.2", |
| 67 | + "jest": "^29.6.4", |
68 | 68 | "prettier": "^2.8.8",
|
69 | 69 | "prettier-plugin-solidity": "^1.1.3",
|
70 | 70 | "serverless-esbuild": "^1.46.0",
|
71 | 71 | "serverless-offline": "^12.0.4",
|
72 |
| - "solhint": "^3.6.1", |
| 72 | + "solhint": "^3.6.2", |
73 | 73 | "solidity-coverage": "^0.8.4",
|
74 | 74 | "ts-jest": "^29.1.1",
|
75 | 75 | "ts-node": ">=10.9.1",
|
76 | 76 | "typechain": "^8.3.1",
|
77 |
| - "typescript": "^5.1.6" |
| 77 | + "typescript": "^5.2.2" |
78 | 78 | },
|
79 | 79 | "dependencies": {
|
80 | 80 | "@api3/airnode-protocol-v1": "^2.8.0",
|
|
0 commit comments