Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 299fa16

Browse files
chore: dependabot updates (#104)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2149349 commit 299fa16

3 files changed

Lines changed: 131 additions & 138 deletions

File tree

.github/workflows/compare-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Set up Docker Buildx (Aztec local network needs BuildKit)
39-
uses: docker/setup-buildx-action@v2
39+
uses: docker/setup-buildx-action@v3
4040

4141
- name: Install Aztec CLI
4242
run: |

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"@aztec/stdlib": "3.0.0-devnet.20251212",
3030
"@aztec/test-wallet": "3.0.0-devnet.20251212",
3131
"@defi-wonderland/aztec-benchmark": "3.0.0-devnet.2",
32-
"@types/node": "25.0.2"
32+
"@types/node": "25.0.10"
3333
},
3434
"devDependencies": {
35-
"@commitlint/cli": "20.2.0",
35+
"@commitlint/cli": "20.3.1",
3636
"@commitlint/config-conventional": "20.2.0",
3737
"@types/jest": "30.0.0",
3838
"@types/mocha": "10.0.10",
39-
"@types/node": "25.0.2",
39+
"@types/node": "25.0.10",
4040
"husky": "9.1.7",
4141
"lint-staged": "16.2.7",
42-
"prettier": "3.7.4",
42+
"prettier": "3.8.0",
4343
"tsx": "4.21.0",
4444
"typescript": "5.9.3",
45-
"vitest": "4.0.15"
45+
"vitest": "4.0.17"
4646
},
4747
"config": {
4848
"aztecVersion": "3.0.0-devnet.20251212"

0 commit comments

Comments
 (0)