|
61 | 61 | "build-and-bind": "npm run bind && npm run abis" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@matterlabs/hardhat-zksync": "^1.1.0", |
| 64 | + "@matterlabs/hardhat-zksync": "^1.6.2", |
| 65 | + "@matterlabs/hardhat-zksync-deploy": "^1.8.0", |
| 66 | + "@matterlabs/hardhat-zksync-ethers": "^1.4.0", |
| 67 | + "@matterlabs/hardhat-zksync-node": "^1.5.3", |
| 68 | + "@matterlabs/hardhat-zksync-solc": "^1.5.1", |
| 69 | + "@matterlabs/hardhat-zksync-telemetry": "^1.1.1", |
| 70 | + "@matterlabs/hardhat-zksync-upgradable": "^1.10.0", |
| 71 | + "@matterlabs/hardhat-zksync-verify": "^1.9.1", |
65 | 72 | "@matterlabs/zksync-contracts": "^0.6.1", |
66 | 73 | "@nomicfoundation/hardhat-ethers": "^3.0.8", |
67 | 74 | "@nomicfoundation/hardhat-foundry": "^1.1.2", |
68 | | - "@nomicfoundation/hardhat-verify": "^2.0.9", |
| 75 | + "@nomicfoundation/hardhat-verify": "^2.1.1", |
69 | 76 | "@openzeppelin/contracts": "^4.9.2", |
| 77 | + "@openzeppelin/contracts-upgradeable": "^4.9.2", |
70 | 78 | "@openzeppelin/hardhat-upgrades": "^3.9.0", |
71 | 79 | "@types/chai": "^4.3.16", |
72 | 80 | "@types/mocha": "^10.0.7", |
| 81 | + "@types/node": "*", |
73 | 82 | "chai": "^4.5.0", |
74 | 83 | "dotenv": "^16.4.5", |
75 | | - "ethers": "^6.13.2", |
76 | | - "hardhat": "^2.22.7", |
| 84 | + "ethers": "^6.15.0", |
| 85 | + "hardhat": "^2.26.3", |
77 | 86 | "hardhat-contract-sizer": "^2.10.0", |
78 | 87 | "husky": "^9.1.5", |
79 | 88 | "lint-staged": "^15.2.10", |
80 | 89 | "mocha": "^10.7.0", |
81 | 90 | "ts-node": "^10.9.2", |
82 | 91 | "typescript": "^5.5.4", |
83 | | - "zksync-ethers": "^6.11.0" |
| 92 | + "zksync-ethers": "^6.21.0" |
84 | 93 | }, |
85 | 94 | "lint-staged": { |
86 | 95 | "**/*.sol": "forge fmt" |
87 | 96 | }, |
88 | 97 | "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", |
| 98 | + "resolutions": { |
| 99 | + "elliptic": "^6.6.1", |
| 100 | + "tar-fs": "^2.1.3", |
| 101 | + "axios": "^1.8.2", |
| 102 | + "base-x": "^3.0.11", |
| 103 | + "secp256k1": "^4.0.4", |
| 104 | + "path-to-regexp": "^6.3.0", |
| 105 | + "cross-spawn": "^7.0.5", |
| 106 | + "undici": "^5.28.5", |
| 107 | + "micromatch": "^4.0.8", |
| 108 | + "brace-expansion": "^1.1.12", |
| 109 | + "tmp": "^0.2.4", |
| 110 | + "cookie": "^0.7.0" |
| 111 | + }, |
89 | 112 | "dependencies": { |
90 | 113 | "hardhat-ignore-warnings": "^0.2.12", |
91 | 114 | "solady": "^0.1.8" |
|
0 commit comments