File tree 12 files changed +2497
-1525
lines changed
12 files changed +2497
-1525
lines changed Original file line number Diff line number Diff line change 26
26
github.com:443
27
27
28
28
- name : ' Checkout Repository'
29
- uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
29
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
30
30
- name : ' Dependency Review'
31
31
uses : actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
49
49
sigstore-tuf-root.storage.googleapis.com:443
50
50
51
51
- name : " Checkout code"
52
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0
52
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
53
53
with :
54
54
persist-credentials : false
55
55
56
56
- name : " Run analysis"
57
- uses : ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
57
+ uses : ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
58
58
with :
59
59
results_file : results.sarif
60
60
results_format : sarif
@@ -76,14 +76,14 @@ jobs:
76
76
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
77
77
# format to the repository Actions tab.
78
78
- name : " Upload artifact"
79
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.0
79
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
80
80
with :
81
81
name : SARIF file
82
82
path : results.sarif
83
83
retention-days : 5
84
84
85
85
# Upload the results to GitHub's code scanning dashboard.
86
86
- name : " Upload to code-scanning"
87
- uses : github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.1.27
87
+ uses : github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
88
88
with :
89
89
sarif_file : results.sarif
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 8
8
- path : .yarn/plugins/@yarnpkg/plugin-version.cjs
9
9
spec : " @yarnpkg/plugin-version"
10
10
11
- yarnPath : .yarn/releases/yarn-3.3.1 .cjs
11
+ yarnPath : .yarn/releases/yarn-3.6.0 .cjs
Original file line number Diff line number Diff line change 4
4
"description" : " Pinning of the court data to decentralized storage." ,
5
5
"author" : " Kleros" ,
6
6
"license" : " MIT" ,
7
- "packageManager" : " yarn@3.1 .0" ,
7
+ "packageManager" : " yarn@3.6 .0" ,
8
8
"volta" : {
9
- "node" : " 16.13 .0"
9
+ "node" : " 16.20 .0"
10
10
},
11
11
"scripts" : {
12
12
"build:local" : " docker compose build" ,
19
19
"node" : " >=16.13.0"
20
20
},
21
21
"devDependencies" : {
22
- "@dappnode/dappnodesdk" : " ^0.2.98 "
22
+ "@dappnode/dappnodesdk" : " ^0.3.0 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 6
6
"repository" :
" [email protected] :kleros/kleros-v2.git" ,
7
7
"author" : " Kleros" ,
8
8
"license" : " MIT" ,
9
- "packageManager" : " yarn@3.1 .0" ,
9
+ "packageManager" : " yarn@3.6 .0" ,
10
10
"engines" : {
11
11
"node" : " >=16.0.0"
12
12
},
13
13
"volta" : {
14
- "node" : " 16.18.1 " ,
15
- "yarn" : " 3.3.1 "
14
+ "node" : " 16.20.0 " ,
15
+ "yarn" : " 3.6.0 "
16
16
},
17
17
"scripts" : {
18
18
"build" : " hardhat compile" ,
69
69
"typescript" : " ^4.9.5"
70
70
},
71
71
"dependencies" : {
72
- "@kleros/vea-contracts" : " ^0.1.12 "
72
+ "@kleros/vea-contracts" : " ^0.3.0 "
73
73
}
74
74
}
Original file line number Diff line number Diff line change 28
28
" prettier-config" ,
29
29
" tsconfig"
30
30
],
31
- "packageManager" : " yarn@3.3.1 " ,
31
+ "packageManager" : " yarn@3.6.0 " ,
32
32
"volta" : {
33
- "node" : " 16.18.1 " ,
34
- "yarn" : " 3.3.1 "
33
+ "node" : " 16.20.0 " ,
34
+ "yarn" : " 3.6.0 "
35
35
},
36
36
"devDependencies" : {
37
37
"@commitlint/cli" : " ^17.6.1" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
GRAPH_LOG : info
26
26
stop_grace_period : 5s
27
27
ipfs :
28
- image : ipfs/go-ipfs:v0.10 .0
28
+ image : ipfs/go-ipfs:v0.20 .0
29
29
ports :
30
30
- " 5001:5001"
31
31
volumes :
Original file line number Diff line number Diff line change 16
16
"stop-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
17
17
},
18
18
"volta" : {
19
- "node" : " 16.18.1 " ,
20
- "yarn" : " 3.3.1 "
19
+ "node" : " 16.20.0 " ,
20
+ "yarn" : " 3.6.0 "
21
21
},
22
22
"dependencies" : {
23
- "@graphprotocol/graph-ts" : " ^0.29.3 "
23
+ "@graphprotocol/graph-ts" : " ^0.31.0 "
24
24
},
25
25
"devDependencies" : {
26
- "@graphprotocol/graph-cli" : " ^0.46.1 " ,
26
+ "@graphprotocol/graph-cli" : " ^0.51.0 " ,
27
27
"@kleros/kleros-v2-eslint-config" : " workspace:^" ,
28
28
"@kleros/kleros-v2-prettier-config" : " workspace:^" ,
29
29
"gluegun" : " ^5.1.2"
Original file line number Diff line number Diff line change 21
21
"styles" : " ./src/styles" ,
22
22
"svgs" : " ./src/assets/svgs"
23
23
},
24
- "packageManager" : " yarn@3.3.1 " ,
24
+ "packageManager" : " yarn@3.6.0 " ,
25
25
"scripts" : {
26
26
"clear" : " rm -r .parcel-cache" ,
27
27
"clean" : " rm dist/bundle.js" ,
37
37
"@kleros/kleros-v2-prettier-config" : " workspace:^" ,
38
38
"@kleros/kleros-v2-tsconfig" : " workspace:^" ,
39
39
"@netlify/functions" : " ^1.4.0" ,
40
- "@parcel/transformer-svg-react" : " ~2.7 .0" ,
40
+ "@parcel/transformer-svg-react" : " ~2.9 .0" ,
41
41
"@parcel/watcher" : " ~2.1.0" ,
42
42
"@types/react" : " ^18.0.35" ,
43
43
"@types/react-dom" : " ^18.0.11" ,
65
65
"core-js" : " ^3.30.0" ,
66
66
"ethers" : " ^5.7.2" ,
67
67
"graphql" : " ^16.6.0" ,
68
- "graphql-request" : " ~5.1 .0" ,
68
+ "graphql-request" : " ~5.2 .0" ,
69
69
"moment" : " ^2.29.4" ,
70
- "parcel" : " ~2.8.3 " ,
70
+ "parcel" : " ~2.9.0 " ,
71
71
"react" : " ^18.2.0" ,
72
72
"react-chartjs-2" : " ^4.3.1" ,
73
73
"react-dom" : " ^18.2.0" ,
86
86
"swr" : " ^1.3.0"
87
87
},
88
88
"volta" : {
89
- "node" : " 16.18.1 " ,
90
- "yarn" : " 3.3.1 "
89
+ "node" : " 16.20.0 " ,
90
+ "yarn" : " 3.6.0 "
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments