|
40 | 40 | "devDependencies": { |
41 | 41 | "@api3/contracts": "^25.0.0", |
42 | 42 | "@api3/eslint-plugin-commons": "^3.0.0", |
43 | | - "@eslint/js": "^9.28.0", |
44 | | - "@nomicfoundation/hardhat-ethers": "^3.0.8", |
45 | | - "@nomicfoundation/hardhat-network-helpers": "^1.0.12", |
| 43 | + "@eslint/js": "^9.30.0", |
| 44 | + "@nomicfoundation/hardhat-ethers": "^3.0.9", |
| 45 | + "@nomicfoundation/hardhat-network-helpers": "^1.0.13", |
46 | 46 | "@nomicfoundation/hardhat-toolbox": "^5.0.0", |
47 | 47 | "@nomicfoundation/hardhat-verify": "^2.0.14", |
48 | 48 | "@types/chai": "^4.3.20", |
49 | 49 | "@types/mocha": "^10.0.10", |
50 | | - "@types/node": "^22.15.29", |
| 50 | + "@types/node": "^22.15.34", |
51 | 51 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
52 | 52 | "@typescript-eslint/parser": "^7.18.0", |
53 | 53 | "chai": "^4.5.0", |
54 | | - "dotenv": "^17.0.0", |
| 54 | + "dotenv": "^17.0.1", |
55 | 55 | "eslint": "8.57.1", |
56 | | - "ethers": "^6.14.3", |
57 | | - "glob": "^11.0.2", |
58 | | - "hardhat": "^2.24.1", |
59 | | - "hardhat-deploy": "^1.0.2", |
60 | | - "prettier": "^3.5.3", |
| 56 | + "ethers": "^6.14.4", |
| 57 | + "glob": "^11.0.3", |
| 58 | + "hardhat": "^2.25.0", |
| 59 | + "hardhat-deploy": "^1.0.4", |
| 60 | + "prettier": "^3.6.2", |
61 | 61 | "prettier-plugin-solidity": "^2.0.0", |
62 | | - "solhint": "^5.1.0", |
| 62 | + "solhint": "^5.2.0", |
63 | 63 | "solidity-coverage": "^0.8.16", |
64 | 64 | "ts-node": "^10.9.2", |
65 | 65 | "typechain": "^8.3.2", |
66 | 66 | "typescript": "^5.8.3", |
67 | | - "typescript-eslint": "^8.33.0" |
| 67 | + "typescript-eslint": "^8.35.1" |
68 | 68 | }, |
69 | 69 | "packageManager": "[email protected]" |
70 | 70 | } |
0 commit comments