Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 20, 2023
1 parent 35352ed commit 109147f
Show file tree
Hide file tree
Showing 12 changed files with 1,248 additions and 1,091 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
github.com:443
- name: 'Checkout Repository'
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
8 changes: 4 additions & 4 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
sigstore-tuf-root.storage.googleapis.com:443
- name: "Checkout code"
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -76,14 +76,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.0
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.1.27
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
with:
sarif_file: results.sarif
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
6 changes: 3 additions & 3 deletions bot-pinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Pinning of the court data to decentralized storage.",
"author": "Kleros",
"license": "MIT",
"packageManager": "yarn@3.1.0",
"packageManager": "yarn@3.5.1",
"volta": {
"node": "16.13.0"
"node": "16.20.0"
},
"scripts": {
"build:local": "docker compose build",
Expand All @@ -19,6 +19,6 @@
"node": ">=16.13.0"
},
"devDependencies": {
"@dappnode/dappnodesdk": "^0.2.98"
"@dappnode/dappnodesdk": "^0.3.0"
}
}
6 changes: 3 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"repository": "[email protected]:kleros/kleros-v2.git",
"author": "Kleros",
"license": "MIT",
"packageManager": "yarn@3.1.0",
"packageManager": "yarn@3.5.1",
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "16.18.1",
"yarn": "3.3.1"
"node": "16.20.0",
"yarn": "3.5.1"
},
"scripts": {
"build": "hardhat compile",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"prettier-config",
"tsconfig"
],
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.5.1",
"volta": {
"node": "16.18.1",
"yarn": "3.3.1"
"node": "16.20.0",
"yarn": "3.5.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
Expand Down
2 changes: 1 addition & 1 deletion services/graph-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
GRAPH_LOG: info
stop_grace_period: 5s
ipfs:
image: ipfs/go-ipfs:v0.10.0
image: ipfs/go-ipfs:v0.20.0
ports:
- "5001:5001"
volumes:
Expand Down
8 changes: 4 additions & 4 deletions subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
},
"volta": {
"node": "16.18.1",
"yarn": "3.3.1"
"node": "16.20.0",
"yarn": "3.5.1"
},
"dependencies": {
"@graphprotocol/graph-ts": "^0.29.3"
"@graphprotocol/graph-ts": "^0.30.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.46.1",
"@graphprotocol/graph-cli": "^0.49.0",
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"gluegun": "^5.1.2"
Expand Down
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"styles": "./src/styles",
"svgs": "./src/assets/svgs"
},
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.5.1",
"scripts": {
"clear": "rm -r .parcel-cache",
"clean": "rm dist/bundle.js",
Expand All @@ -37,7 +37,7 @@
"@kleros/kleros-v2-prettier-config": "workspace:^",
"@kleros/kleros-v2-tsconfig": "workspace:^",
"@netlify/functions": "^1.4.0",
"@parcel/transformer-svg-react": "~2.7.0",
"@parcel/transformer-svg-react": "~2.8.0",
"@parcel/watcher": "~2.1.0",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
Expand Down Expand Up @@ -65,7 +65,7 @@
"core-js": "^3.30.0",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"graphql-request": "~5.1.0",
"graphql-request": "~5.2.0",
"moment": "^2.29.4",
"parcel": "~2.8.3",
"react": "^18.2.0",
Expand All @@ -85,7 +85,7 @@
"swr": "^1.3.0"
},
"volta": {
"node": "16.18.1",
"yarn": "3.3.1"
"node": "16.20.0",
"yarn": "3.5.1"
}
}
Loading

0 comments on commit 109147f

Please sign in to comment.