Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00fdc00

Browse files
authoredSep 1, 2023
chore(deps): update all non-major dependencies
1 parent 9afac7c commit 00fdc00

16 files changed

+1615
-1400
lines changed
 

‎.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838

3939
steps:
4040
- name: Harden Runner
41-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
41+
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
4242
with:
4343
egress-policy: audit
4444

4545
- name: Checkout repository
46-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
46+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
50+
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
5151
with:
5252
languages: ${{ matrix.language }}
5353
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,7 +61,7 @@ jobs:
6161
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: Autobuild
64-
uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
64+
uses: github/codeql-action/autobuild@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -74,6 +74,6 @@ jobs:
7474
# ./location_of_script_within_repo/buildscript.sh
7575

7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
77+
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
7878
with:
7979
category: "/language:${{matrix.language}}"

‎.github/workflows/contracts-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Harden Runner
32-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.0
32+
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
3333
with:
3434
disable-sudo: true
3535
egress-policy: block

‎.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.0
16+
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
1717
with:
1818
disable-sudo: true
1919
egress-policy: block

‎.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
acghubeus1.actions.githubusercontent.com:443
3131
3232
- name: 'Checkout Repository'
33-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
33+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3434

3535
- name: 'Dependency Review'
3636
uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8

‎.github/workflows/deploy-subgraph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
environment: kleros-org-subgraph
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.0
29+
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
3030
with:
3131
egress-policy: audit
3232

3333
- name: Checkout code
34-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
34+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3535

3636
- name: Set up Node.js
3737
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2

‎.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
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@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.0
35+
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
3636
with:
3737
disable-sudo: true
3838
egress-policy: block
@@ -51,7 +51,7 @@ jobs:
5151
sigstore-tuf-root.storage.googleapis.com:443
5252
5353
- name: "Checkout code"
54-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
54+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5555
with:
5656
persist-credentials: false
5757

@@ -86,6 +86,6 @@ jobs:
8686

8787
# Upload the results to GitHub's code scanning dashboard.
8888
- name: "Upload to code-scanning"
89-
uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
89+
uses: github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
9090
with:
9191
sarif_file: results.sarif

‎.github/workflows/sentry-release.yml

Lines changed: 1 addition & 1 deletion
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@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.0
20+
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
2121
with:
2222
disable-sudo: true
2323
egress-policy: block

‎.yarn/releases/yarn-3.3.1.cjs

Lines changed: 0 additions & 823 deletions
This file was deleted.

‎.yarn/releases/yarn-3.6.3.cjs

Lines changed: 874 additions & 0 deletions
Large diffs are not rendered by default.

‎.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
1111
spec: "@yarnpkg/plugin-workspace-tools"
1212

13-
yarnPath: .yarn/releases/yarn-3.3.1.cjs
13+
yarnPath: .yarn/releases/yarn-3.6.3.cjs

‎bot-pinner/package.json

Lines changed: 2 additions & 2 deletions
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.3.1",
7+
"packageManager": "yarn@3.6.3",
88
"volta": {
9-
"node": "16.20.1"
9+
"node": "16.20.2"
1010
},
1111
"scripts": {
1212
"build:local": "docker compose build",

‎contracts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"repository": "git@github.com:kleros/kleros-v2.git",
77
"author": "Kleros",
88
"license": "MIT",
9-
"packageManager": "yarn@3.3.1",
9+
"packageManager": "yarn@3.6.3",
1010
"engines": {
1111
"node": ">=16.0.0"
1212
},
1313
"volta": {
14-
"node": "16.20.1",
15-
"yarn": "3.3.1"
14+
"node": "16.20.2",
15+
"yarn": "3.6.3"
1616
},
1717
"scripts": {
1818
"build": "hardhat compile",
@@ -74,7 +74,7 @@
7474
"pino-pretty": "^10.0.0",
7575
"shelljs": "^0.8.5",
7676
"solhint-plugin-prettier": "^0.0.5",
77-
"solidity-coverage": "0.8.2",
77+
"solidity-coverage": "0.8.4",
7878
"ts-node": "^10.9.1",
7979
"typechain": "^8.3.1",
8080
"typescript": "^4.9.5"

‎package.json

Lines changed: 3 additions & 3 deletions
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.6.3",
3232
"volta": {
33-
"node": "16.20.1",
34-
"yarn": "3.3.1"
33+
"node": "16.20.2",
34+
"yarn": "3.6.3"
3535
},
3636
"devDependencies": {
3737
"@commitlint/cli": "^17.6.5",

‎subgraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
2020
},
2121
"volta": {
22-
"node": "16.20.1",
23-
"yarn": "3.3.1"
22+
"node": "16.20.2",
23+
"yarn": "3.6.3"
2424
},
2525
"dependencies": {
2626
"@graphprotocol/graph-ts": "^0.31.0"
2727
},
2828
"devDependencies": {
29-
"@graphprotocol/graph-cli": "0.52.0",
29+
"@graphprotocol/graph-cli": "0.56.0",
3030
"@kleros/kleros-v2-eslint-config": "workspace:^",
3131
"@kleros/kleros-v2-prettier-config": "workspace:^",
3232
"gluegun": "^5.1.2"

‎web/package.json

Lines changed: 6 additions & 6 deletions
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.6.3",
2525
"scripts": {
2626
"clear": "rm -fr ../.parcel-cache dist/bundle.js",
2727
"start": "scripts/runEnv.sh devnet 'yarn generate && parcel'",
@@ -44,8 +44,8 @@
4444
"@kleros/kleros-v2-prettier-config": "workspace:^",
4545
"@kleros/kleros-v2-tsconfig": "workspace:^",
4646
"@netlify/functions": "^1.6.0",
47-
"@parcel/transformer-svg-react": "2.8.3",
48-
"@parcel/watcher": "~2.2.0",
47+
"@parcel/transformer-svg-react": "2.9.3",
48+
"@parcel/watcher": "~2.3.0",
4949
"@types/amqplib": "^0.10.1",
5050
"@types/busboy": "^1.5.0",
5151
"@types/react": "^18.2.14",
@@ -61,7 +61,7 @@
6161
"eslint-plugin-react": "^7.33.0",
6262
"eslint-plugin-react-hooks": "^4.6.0",
6363
"lru-cache": "^7.18.3",
64-
"parcel": "2.8.3",
64+
"parcel": "2.9.3",
6565
"typescript": "^4.9.5"
6666
},
6767
"dependencies": {
@@ -100,7 +100,7 @@
100100
"wagmi": "^1.1.0"
101101
},
102102
"volta": {
103-
"node": "16.20.1",
104-
"yarn": "3.3.1"
103+
"node": "16.20.2",
104+
"yarn": "3.6.3"
105105
}
106106
}

0 commit comments

Comments
 (0)
Please sign in to comment.