Skip to content

Commit d7c707e

Browse files
Update all dependencies
1 parent 168c847 commit d7c707e

File tree

5 files changed

+640
-322
lines changed

5 files changed

+640
-322
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-pnpm-store-
4040
4141
- name: Use Node.js ${{ matrix.node_version }}
42-
uses: actions/setup-node@v5
42+
uses: actions/setup-node@v6
4343
with:
4444
node-version: ${{ matrix.node_version }}
4545

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: Initialise CodeQL
26-
uses: github/codeql-action/init@v3
26+
uses: github/codeql-action/init@v4
2727
with:
2828
languages: ${{ matrix.language }}
2929
queries: +security-and-quality
3030

3131
- name: Autobuild
32-
uses: github/codeql-action/autobuild@v3
32+
uses: github/codeql-action/autobuild@v4
3333

3434
- name: Perform CodeQL analysis
35-
uses: github/codeql-action/analyze@v3
35+
uses: github/codeql-action/analyze@v4
3636
with:
3737
category: "/language:${{ matrix.language }}"

.github/workflows/test-contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}-pnpm-store-
4343
4444
- name: Use Node.js ${{ matrix.node_version }}
45-
uses: actions/setup-node@v5
45+
uses: actions/setup-node@v6
4646
with:
4747
node-version: ${{ matrix.node_version }}
4848

@@ -61,6 +61,6 @@ jobs:
6161
sarif: results.sarif
6262

6363
- name: Upload SARIF file
64-
uses: github/codeql-action/upload-sarif@v3
64+
uses: github/codeql-action/upload-sarif@v4
6565
with:
6666
sarif_file: ${{ steps.slither.outputs.sarif }}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,21 @@
219219
"@matterlabs/hardhat-zksync-solc": "^1.5.1",
220220
"@matterlabs/hardhat-zksync-verify": "^1.9.1",
221221
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
222-
"@nomicfoundation/hardhat-ethers": "^3.1.2",
223-
"@nomicfoundation/hardhat-network-helpers": "^1.1.2",
224-
"@nomicfoundation/hardhat-verify": "^2.1.3",
225-
"@openzeppelin/contracts": "^4.9.6",
222+
"@nomicfoundation/hardhat-ethers": "^4.0.0",
223+
"@nomicfoundation/hardhat-network-helpers": "^3.0.0",
224+
"@nomicfoundation/hardhat-verify": "^3.0.0",
225+
"@openzeppelin/contracts": "^5.0.0",
226226
"@typechain/ethers-v6": "^0.5.1",
227227
"@typechain/hardhat": "^9.1.0",
228-
"@types/chai": "^4.3.20",
228+
"@types/chai": "^5.0.0",
229229
"@types/mocha": "^10.0.10",
230230
"@types/node": "^24.9.2",
231-
"chai": "^4.5.0",
231+
"chai": "^6.0.0",
232232
"dotenv": "^17.2.3",
233233
"eslint": "^9.38.0",
234234
"eslint-config-prettier": "^10.1.8",
235235
"ethers": "^6.15.0",
236-
"hardhat": "^2.26.5",
236+
"hardhat": "^3.0.0",
237237
"hardhat-abi-exporter": "^2.11.0",
238238
"hardhat-contract-sizer": "^2.10.1",
239239
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)