|
5 | 5 | "devDependencies": { |
6 | 6 | "@nomicfoundation/hardhat-chai-matchers": "^1.0.6", |
7 | 7 | "@nomicfoundation/hardhat-ethers": "3.1.2", |
8 | | - "@nomicfoundation/hardhat-verify": "^2.1.1", |
9 | | - "@nomiclabs/hardhat-web3": "^2.1.0", |
| 8 | + "@nomicfoundation/hardhat-verify": "^2.1.3", |
| 9 | + "@nomiclabs/hardhat-web3": "^2.1.2", |
10 | 10 | "@openzeppelin/test-helpers": "^0.5.16", |
11 | 11 | "@truffle/hdwallet-provider": "^2.1.15", |
12 | 12 | "@typechain/ethers-v5": "^11.1.2", |
13 | 13 | "@typechain/hardhat": "^9.1.0", |
14 | | - "@types/lodash": "^4.17.7", |
15 | | - "@types/mocha": "^10.0.7", |
16 | | - "@typescript-eslint/eslint-plugin": "^8.3.0", |
17 | | - "@typescript-eslint/parser": "^8.3.0", |
| 14 | + "@types/lodash": "^4.17.23", |
| 15 | + "@types/mocha": "^10.0.10", |
| 16 | + "@typescript-eslint/eslint-plugin": "^8.54.0", |
| 17 | + "@typescript-eslint/parser": "^8.54.0", |
18 | 18 | "cloc": "^2.11.0", |
19 | 19 | "copyfiles": "^2.4.1", |
20 | | - "dotenv": "^16.4.5", |
21 | | - "eslint": "^8.57.0", |
22 | | - "eslint-config-prettier": "^9.1.0", |
| 20 | + "dotenv": "^16.6.1", |
| 21 | + "eslint": "^8.57.1", |
| 22 | + "eslint-config-prettier": "^9.1.2", |
23 | 23 | "eslint-plugin-eslint-comments": "^3.2.0", |
24 | | - "eslint-plugin-import": "^2.29.1", |
25 | | - "eslint-plugin-prettier": "^5.2.1", |
| 24 | + "eslint-plugin-import": "^2.32.0", |
| 25 | + "eslint-plugin-prettier": "^5.5.5", |
26 | 26 | "hardhat": "2.27.2", |
27 | 27 | "hardhat-deploy": "^1.0.4", |
28 | | - "husky": "^9.1.5", |
29 | | - "lerna": "^8.1.8", |
30 | | - "node-jq": "^6.0.1", |
31 | | - "nodemon": "^3.1.4", |
| 28 | + "husky": "^9.1.7", |
| 29 | + "lerna": "^8.2.4", |
| 30 | + "node-jq": "^6.3.1", |
| 31 | + "nodemon": "^3.1.11", |
32 | 32 | "npm-run-all": "^4.1.5", |
33 | | - "nyc": "^17.0.0", |
34 | | - "prettier": "^3.3.3", |
35 | | - "prettier-eslint": "^16.3.0", |
36 | | - "solhint": "^6.0.2", |
37 | | - "syncpack": "^13.0.0", |
| 33 | + "nyc": "^17.1.0", |
| 34 | + "prettier": "^3.8.1", |
| 35 | + "prettier-eslint": "^16.4.2", |
| 36 | + "solhint": "^6.0.3", |
| 37 | + "syncpack": "^13.0.4", |
38 | 38 | "truffle": "^5.11.5", |
39 | 39 | "ts-node": "^10.9.2", |
40 | 40 | "typechain": "^8.3.2", |
41 | | - "typedoc": "^0.26.6", |
42 | | - "typescript": "^5.5.4", |
| 41 | + "typedoc": "^0.28.16", |
| 42 | + "typescript": "^5.9.3", |
43 | 43 | "web3": "^1.10.4", |
44 | 44 | "graphql": "^16.12.0" |
45 | 45 | }, |
|
0 commit comments