|
20 | 20 | "url": "https://github.com/lingcoder/hardhat-template.git" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@commitlint/cli": "^19.8.0", |
24 | | - "@commitlint/config-conventional": "^19.8.0", |
| 23 | + "@commitlint/cli": "^19.8.1", |
| 24 | + "@commitlint/config-conventional": "^19.8.1", |
25 | 25 | "@eslint/eslintrc": "^3.3.1", |
26 | | - "@eslint/js": "^9.24.0", |
| 26 | + "@eslint/js": "^9.27.0", |
27 | 27 | "@metamask/eth-sig-util": "^8.2.0", |
28 | 28 | "@nomicfoundation/hardhat-chai-matchers": "^2.0.8", |
29 | 29 | "@nomicfoundation/hardhat-ethers": "^3.0.8", |
|
32 | 32 | "@nomicfoundation/hardhat-toolbox": "^5.0.0", |
33 | 33 | "@nomicfoundation/hardhat-verify": "^2.0.13", |
34 | 34 | "@nomiclabs/hardhat-solhint": "^4.0.1", |
35 | | - "@openzeppelin/contracts": "^5.2.0", |
36 | | - "@openzeppelin/contracts-upgradeable": "^5.2.0", |
| 35 | + "@openzeppelin/contracts": "^5.3.0", |
| 36 | + "@openzeppelin/contracts-upgradeable": "^5.3.0", |
37 | 37 | "@openzeppelin/docs-utils": "^0.1.5", |
38 | 38 | "@openzeppelin/hardhat-upgrades": "^3.9.0", |
39 | 39 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
40 | 40 | "@typechain/ethers-v6": "^0.5.1", |
41 | 41 | "@types/chai": "^4.3.20", |
42 | 42 | "@types/fs-extra": "^11.0.4", |
43 | 43 | "@types/mocha": "^10.0.10", |
44 | | - "@types/node": "^22.14.0", |
45 | | - "@typescript-eslint/eslint-plugin": "^8.29.0", |
46 | | - "@typescript-eslint/parser": "^8.29.0", |
| 44 | + "@types/node": "^22.15.19", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.32.1", |
| 46 | + "@typescript-eslint/parser": "^8.32.1", |
47 | 47 | "chai": "^4.5.0", |
48 | | - "eslint": "^9.24.0", |
49 | | - "eslint-config-prettier": "^10.1.1", |
| 48 | + "eslint": "^9.27.0", |
| 49 | + "eslint-config-prettier": "^10.1.5", |
50 | 50 | "eslint-plugin-mocha": "^10.5.0", |
51 | | - "eslint-plugin-prettier": "^5.2.6", |
| 51 | + "eslint-plugin-prettier": "^5.4.0", |
52 | 52 | "eslint-plugin-promise": "^7.2.1", |
53 | | - "ethers": "^6.13.5", |
| 53 | + "ethers": "^6.14.1", |
54 | 54 | "fs-extra": "^11.3.0", |
55 | | - "glob": "^11.0.1", |
| 55 | + "glob": "^11.0.2", |
56 | 56 | "globals": "^15.15.0", |
57 | | - "hardhat": "^2.22.19", |
58 | | - "hardhat-abi-exporter": "^2.10.1", |
| 57 | + "hardhat": "^2.24.0", |
| 58 | + "hardhat-abi-exporter": "^2.11.0", |
59 | 59 | "hardhat-contract-sizer": "^2.10.0", |
60 | 60 | "hardhat-deploy": "^1.0.2", |
61 | 61 | "hardhat-ignore-warnings": "^0.2.12", |
62 | 62 | "lodash": "^4.17.21", |
63 | 63 | "micromatch": "^4.0.8", |
64 | | - "mocha": "^11.1.0", |
| 64 | + "mocha": "^11.3.0", |
65 | 65 | "prettier": "^3.5.3", |
66 | | - "prettier-plugin-solidity": "^1.4.2", |
| 66 | + "prettier-plugin-solidity": "^1.4.3", |
67 | 67 | "rimraf": "^6.0.1", |
68 | | - "solhint": "^5.0.5", |
| 68 | + "solhint": "^5.1.0", |
69 | 69 | "solidity-ast": "^0.4.60", |
70 | 70 | "solidity-docgen": "0.6.0-beta.36", |
71 | 71 | "ts-generator": "^0.1.1", |
|
97 | 97 | }, |
98 | 98 | "dependencies": { |
99 | 99 | "cross-env": "^7.0.3", |
100 | | - "dotenv": "^16.4.7", |
101 | | - "simple-git-hooks": "^2.12.1" |
| 100 | + "dotenv": "^16.5.0", |
| 101 | + "simple-git-hooks": "^2.13.0" |
102 | 102 | } |
103 | 103 | } |
0 commit comments