Skip to content

Commit f406639

Browse files
Update all dependencies
1 parent 86fcecd commit f406639

File tree

3 files changed

+760
-116
lines changed

3 files changed

+760
-116
lines changed

.github/workflows/test-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
sarif: results.sarif
8181

8282
- name: Upload SARIF file
83-
uses: github/codeql-action/upload-sarif@v3
83+
uses: github/codeql-action/upload-sarif@v4
8484
with:
8585
sarif_file: ${{ steps.slither.outputs.sarif }}
8686

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,27 +227,27 @@
227227
"@matterlabs/hardhat-zksync-solc": "^1.5.1",
228228
"@matterlabs/hardhat-zksync-verify": "^1.9.1",
229229
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
230-
"@nomicfoundation/hardhat-ethers": "^3.1.2",
230+
"@nomicfoundation/hardhat-ethers": "^4.0.0",
231231
"@nomicfoundation/hardhat-foundry": "^1.2.0",
232-
"@nomicfoundation/hardhat-ignition": "^0.15.15",
233-
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.16",
232+
"@nomicfoundation/hardhat-ignition": "^3.0.0",
233+
"@nomicfoundation/hardhat-ignition-ethers": "^3.0.0",
234234
"@nomicfoundation/hardhat-ledger": "^1.2.0",
235-
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",
236-
"@nomicfoundation/hardhat-verify": "^2.1.3",
237-
"@nomicfoundation/ignition-core": "^0.15.14",
235+
"@nomicfoundation/hardhat-network-helpers": "^3.0.0",
236+
"@nomicfoundation/hardhat-verify": "^3.0.0",
237+
"@nomicfoundation/ignition-core": "^3.0.0",
238238
"@openzeppelin/contracts": "^5.4.0",
239239
"@slippy-lint/slippy": "^0.2.1",
240240
"@tenderly/hardhat-tenderly": "^2.5.2",
241241
"@typechain/ethers-v6": "^0.5.1",
242242
"@typechain/hardhat": "^9.1.0",
243-
"@types/chai": "^4.3.20",
243+
"@types/chai": "^5.0.0",
244244
"@types/mocha": "^10.0.10",
245245
"@types/node": "^24.9.2",
246-
"chai": "^4.5.0",
246+
"chai": "^6.0.0",
247247
"eslint": "^9.39.0",
248248
"eslint-config-prettier": "^10.1.8",
249249
"ethers": "^6.15.0",
250-
"hardhat": "^2.26.5",
250+
"hardhat": "^3.0.0",
251251
"hardhat-abi-exporter": "^2.11.0",
252252
"hardhat-contract-sizer": "^2.10.1",
253253
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)