Skip to content

Commit 4b73f10

Browse files
chore(deps): update all non-major dependencies
1 parent 04cb0d4 commit 4b73f10

19 files changed

+1182
-1129
lines changed

Diff for: .github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Harden Runner
41-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
41+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4242
with:
4343
egress-policy: audit
4444

Diff for: .github/workflows/contracts-testing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
27+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2828
with:
2929
disable-sudo: true
3030
egress-policy: block
@@ -50,13 +50,13 @@ jobs:
5050
yarn set version 4.5.1
5151
5252
- name: Setup Node.js environment
53-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
53+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5454
with:
5555
node-version: 20.x
5656
cache: yarn
5757

5858
- name: Cache node modules
59-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
59+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6060
env:
6161
cache-name: cache-node-modules
6262
with:
@@ -81,7 +81,7 @@ jobs:
8181
working-directory: contracts
8282

8383
- name: Upload a build artifact
84-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8585
with:
8686
name: code-coverage-report
8787
path: contracts/coverage

Diff for: .github/workflows/dependency-review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2323
with:
2424
disable-sudo: true
2525
egress-policy: block
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535

3636
- name: 'Dependency Review'
37-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
37+
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
3838
with:
3939
base-ref: ${{ github.event.pull_request.base.sha || 'dev' }}
4040
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}

Diff for: .github/workflows/deploy-bots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Harden Runner
11-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
11+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
1212
with:
1313
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1414

Diff for: .github/workflows/deploy-subgraph.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
environment: ${{ inputs.graph_environment }}
3636
steps:
3737
- name: Harden Runner
38-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
38+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3939
with:
4040
egress-policy: audit
4141

@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848

4949
- name: Set up Node.js
50-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
50+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5151
with:
5252
node-version: 20
5353

Diff for: .github/workflows/scorecards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Harden Runner
35-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
35+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3636
with:
3737
disable-sudo: true
3838
egress-policy: block
@@ -78,7 +78,7 @@ jobs:
7878
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7979
# format to the repository Actions tab.
8080
- name: "Upload artifact"
81-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8282
with:
8383
name: SARIF file
8484
path: results.sarif

Diff for: .github/workflows/sentry-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: ${{ steps.set-version.outputs.version }}
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
20+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2121
with:
2222
disable-sudo: true
2323
egress-policy: block
@@ -44,13 +44,13 @@ jobs:
4444
yarn set version 4.5.1
4545
4646
- name: Setup Node.js environment
47-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
47+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4848
with:
4949
node-version: 20.x
5050
cache: yarn
5151

5252
- name: Cache node modules
53-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5454
env:
5555
cache-name: cache-node-modules
5656
with:
@@ -72,7 +72,7 @@ jobs:
7272
working-directory: web
7373

7474
- name: Create Sentry release
75-
uses: getsentry/action-release@ffb64465339ef6fb868e2fc261318d78ae0ed8d9 # v1.10.5
75+
uses: getsentry/action-release@a74facf8a080ecbdf1cb355f16743530d712abb7 # v1.11.0
7676
env:
7777
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
7878
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}

Diff for: .github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2323
with:
2424
egress-policy: audit
2525

Diff for: .yarn/releases/yarn-4.8.1.cjs

-935
This file was deleted.

Diff for: .yarn/releases/yarn-4.9.1.cjs

+948
Large diffs are not rendered by default.

Diff for: .yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ logFilters:
1212

1313
nodeLinker: node-modules
1414

15-
yarnPath: .yarn/releases/yarn-4.8.1.cjs
15+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

Diff for: contracts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"node": ">=16.0.0"
4848
},
4949
"volta": {
50-
"node": "18.20.6"
50+
"node": "18.20.8"
5151
},
5252
"publishConfig": {
5353
"access": "public",
@@ -131,7 +131,7 @@
131131
"gluegun": "^5.2.0",
132132
"graphql": "^16.9.0",
133133
"graphql-request": "^7.1.2",
134-
"hardhat": "2.22.19",
134+
"hardhat": "2.23.0",
135135
"hardhat-contract-sizer": "^2.10.0",
136136
"hardhat-deploy": "^1.0.1",
137137
"hardhat-deploy-ethers": "^0.4.2",
@@ -145,7 +145,7 @@
145145
"pino-pretty": "^10.3.1",
146146
"prettier": "^3.3.3",
147147
"prettier-plugin-solidity": "^1.4.2",
148-
"shelljs": "^0.8.5",
148+
"shelljs": "^0.9.0",
149149
"sinon": "^20.0.0",
150150
"solhint-plugin-prettier": "^0.1.0",
151151
"solidity-coverage": "^0.8.13",

Diff for: kleros-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"type": "module",
1616
"volta": {
17-
"node": "20.18.3"
17+
"node": "20.19.0"
1818
},
1919
"publishConfig": {
2020
"access": "public",

Diff for: kleros-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"type": "commonjs",
1717
"volta": {
18-
"node": "20.18.3"
18+
"node": "20.19.0"
1919
},
2020
"publishConfig": {
2121
"access": "public",

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"tsconfig",
2828
"kleros-app"
2929
],
30-
"packageManager": "yarn@4.8.1",
30+
"packageManager": "yarn@4.9.1",
3131
"volta": {
32-
"node": "20.18.3",
33-
"yarn": "4.8.1"
32+
"node": "20.19.0",
33+
"yarn": "4.9.1"
3434
},
3535
"devDependencies": {
3636
"@commitlint/cli": "^17.8.1",
@@ -60,7 +60,7 @@
6060
"node-fetch": "npm:[email protected]",
6161
"underscore@npm^3.0.4": "npm:1.12.1",
6262
"eth-sig-util@npm:^1.4.2": "npm:3.0.0",
63-
"fast-xml-parser": "npm:[email protected].2",
63+
"fast-xml-parser": "npm:[email protected].3",
6464
"@babel/traverse:^7.22.5": "npm:7.23.6",
6565
"yargs-unparser@npm:1.6.0": "npm:1.6.4",
6666
"dompurify@npm:^2.4.0": "npm:2.5.7",

Diff for: services/graph-node/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
GRAPH_LOG: info
2626
stop_grace_period: 5s
2727
ipfs:
28-
image: ipfs/go-ipfs:v0.33.2
28+
image: ipfs/go-ipfs:v0.34.1
2929
ports:
3030
- "5001:5001"
3131
volumes:

Diff for: subgraph/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
7070
},
7171
"volta": {
72-
"node": "20.18.3"
72+
"node": "20.19.0"
7373
},
7474
"dependencies": {
7575
"@graphprotocol/graph-ts": "^0.38.0"
7676
},
7777
"devDependencies": {
78-
"@graphprotocol/graph-cli": "^0.96.0",
78+
"@graphprotocol/graph-cli": "^0.97.0",
7979
"@kleros/kleros-v2-eslint-config": "workspace:^",
8080
"@kleros/kleros-v2-prettier-config": "workspace:^",
8181
"eslint": "^9.15.0",

Diff for: web-devtools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"license": "MIT",
99
"type": "module",
1010
"volta": {
11-
"node": "20.18.3",
12-
"yarn": "4.6.0"
11+
"node": "20.19.0",
12+
"yarn": "4.9.1"
1313
},
1414
"scripts": {
1515
"clean": "rimraf .next src/graphql-generated src/hooks/contracts/generated.ts",

0 commit comments

Comments
 (0)