File tree 12 files changed +1162
-1081
lines changed
12 files changed +1162
-1081
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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.1.27
87
+ uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
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.5 .1.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.5.1 " ,
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" ,
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.5.1 " ,
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.5 .1"
16
16
},
17
17
"scripts" : {
18
18
"build" : " hardhat compile" ,
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.5 .1" ,
32
32
"volta" : {
33
- "node" : " 16.18.1 " ,
34
- "yarn" : " 3.3 .1"
33
+ "node" : " 16.20.0 " ,
34
+ "yarn" : " 3.5 .1"
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 14
14
"stop-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
15
15
},
16
16
"volta" : {
17
- "node" : " 16.18.1 " ,
18
- "yarn" : " 3.3 .1"
17
+ "node" : " 16.20.0 " ,
18
+ "yarn" : " 3.5 .1"
19
19
},
20
20
"dependencies" : {
21
- "@graphprotocol/graph-ts" : " ^0.29.3 "
21
+ "@graphprotocol/graph-ts" : " ^0.30.0 "
22
22
},
23
23
"devDependencies" : {
24
- "@graphprotocol/graph-cli" : " ^0.46.1 " ,
24
+ "@graphprotocol/graph-cli" : " ^0.49.0 " ,
25
25
"@kleros/kleros-v2-eslint-config" : " workspace:^" ,
26
26
"@kleros/kleros-v2-prettier-config" : " workspace:^" ,
27
27
"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.5 .1" ,
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.8 .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
70
"parcel" : " ~2.8.3" ,
71
71
"react" : " ^18.2.0" ,
85
85
"swr" : " ^1.3.0"
86
86
},
87
87
"volta" : {
88
- "node" : " 16.18.1 " ,
89
- "yarn" : " 3.3 .1"
88
+ "node" : " 16.20.0 " ,
89
+ "yarn" : " 3.5 .1"
90
90
}
91
91
}
You can’t perform that action at this time.
0 commit comments