Skip to content

Commit a5febbd

Browse files
chore(deps): update all non-major dependencies
1 parent 35352ed commit a5febbd

File tree

12 files changed

+1162
-1081
lines changed

12 files changed

+1162
-1081
lines changed

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
github.com:443
2727
2828
- name: 'Checkout Repository'
29-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
29+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3030
- name: 'Dependency Review'
3131
uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1

.github/workflows/scorecards.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
sigstore-tuf-root.storage.googleapis.com:443
5050
5151
- name: "Checkout code"
52-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0
52+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5353
with:
5454
persist-credentials: false
5555

5656
- name: "Run analysis"
57-
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
57+
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
5858
with:
5959
results_file: results.sarif
6060
results_format: sarif
@@ -76,14 +76,14 @@ jobs:
7676
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7777
# format to the repository Actions tab.
7878
- name: "Upload artifact"
79-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.0
79+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
8080
with:
8181
name: SARIF file
8282
path: results.sarif
8383
retention-days: 5
8484

8585
# Upload the results to GitHub's code scanning dashboard.
8686
- 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
8888
with:
8989
sarif_file: results.sarif

.yarn/releases/yarn-3.3.1.cjs

-823
This file was deleted.

.yarn/releases/yarn-3.5.1.cjs

+873
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ plugins:
88
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
99
spec: "@yarnpkg/plugin-version"
1010

11-
yarnPath: .yarn/releases/yarn-3.3.1.cjs
11+
yarnPath: .yarn/releases/yarn-3.5.1.cjs

bot-pinner/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Pinning of the court data to decentralized storage.",
55
"author": "Kleros",
66
"license": "MIT",
7-
"packageManager": "yarn@3.1.0",
7+
"packageManager": "yarn@3.5.1",
88
"volta": {
9-
"node": "16.13.0"
9+
"node": "16.20.0"
1010
},
1111
"scripts": {
1212
"build:local": "docker compose build",

contracts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"repository": "[email protected]:kleros/kleros-v2.git",
77
"author": "Kleros",
88
"license": "MIT",
9-
"packageManager": "yarn@3.1.0",
9+
"packageManager": "yarn@3.5.1",
1010
"engines": {
1111
"node": ">=16.0.0"
1212
},
1313
"volta": {
14-
"node": "16.18.1",
15-
"yarn": "3.3.1"
14+
"node": "16.20.0",
15+
"yarn": "3.5.1"
1616
},
1717
"scripts": {
1818
"build": "hardhat compile",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"prettier-config",
2929
"tsconfig"
3030
],
31-
"packageManager": "yarn@3.3.1",
31+
"packageManager": "yarn@3.5.1",
3232
"volta": {
33-
"node": "16.18.1",
34-
"yarn": "3.3.1"
33+
"node": "16.20.0",
34+
"yarn": "3.5.1"
3535
},
3636
"devDependencies": {
3737
"@commitlint/cli": "^17.6.1",

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.10.0
28+
image: ipfs/go-ipfs:v0.20.0
2929
ports:
3030
- "5001:5001"
3131
volumes:

subgraph/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
1515
},
1616
"volta": {
17-
"node": "16.18.1",
18-
"yarn": "3.3.1"
17+
"node": "16.20.0",
18+
"yarn": "3.5.1"
1919
},
2020
"dependencies": {
21-
"@graphprotocol/graph-ts": "^0.29.3"
21+
"@graphprotocol/graph-ts": "^0.30.0"
2222
},
2323
"devDependencies": {
24-
"@graphprotocol/graph-cli": "^0.46.1",
24+
"@graphprotocol/graph-cli": "^0.49.0",
2525
"@kleros/kleros-v2-eslint-config": "workspace:^",
2626
"@kleros/kleros-v2-prettier-config": "workspace:^",
2727
"gluegun": "^5.1.2"

web/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"styles": "./src/styles",
2222
"svgs": "./src/assets/svgs"
2323
},
24-
"packageManager": "yarn@3.3.1",
24+
"packageManager": "yarn@3.5.1",
2525
"scripts": {
2626
"clear": "rm -r .parcel-cache",
2727
"clean": "rm dist/bundle.js",
@@ -37,7 +37,7 @@
3737
"@kleros/kleros-v2-prettier-config": "workspace:^",
3838
"@kleros/kleros-v2-tsconfig": "workspace:^",
3939
"@netlify/functions": "^1.4.0",
40-
"@parcel/transformer-svg-react": "~2.7.0",
40+
"@parcel/transformer-svg-react": "~2.8.0",
4141
"@parcel/watcher": "~2.1.0",
4242
"@types/react": "^18.0.35",
4343
"@types/react-dom": "^18.0.11",
@@ -65,7 +65,7 @@
6565
"core-js": "^3.30.0",
6666
"ethers": "^5.7.2",
6767
"graphql": "^16.6.0",
68-
"graphql-request": "~5.1.0",
68+
"graphql-request": "~5.2.0",
6969
"moment": "^2.29.4",
7070
"parcel": "~2.8.3",
7171
"react": "^18.2.0",
@@ -85,7 +85,7 @@
8585
"swr": "^1.3.0"
8686
},
8787
"volta": {
88-
"node": "16.18.1",
89-
"yarn": "3.3.1"
88+
"node": "16.20.0",
89+
"yarn": "3.5.1"
9090
}
9191
}

0 commit comments

Comments
 (0)