Skip to content

Commit 027bc01

Browse files
authored
Merge branch 'chore/dependabot-fixes' into dependabot/npm_and_yarn/typescript-eslint/parser-5.29.0
2 parents bddf973 + 7c4437a commit 027bc01

File tree

6 files changed

+512
-503
lines changed

6 files changed

+512
-503
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222

2323
- name: Cache node modules
24-
uses: actions/cache@v2.1.7
24+
uses: actions/cache@v3.0.4
2525
env:
2626
cache-name: cache-node-modules
2727
with:

contracts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@openzeppelin/contracts": "^4.6.0",
2727
"@tenderly/hardhat-tenderly": "^1.0.15",
2828
"@typechain/ethers-v5": "^10.0.0",
29-
"@typechain/hardhat": "^6.0.0",
29+
"@typechain/hardhat": "^6.1.2",
3030
"@types/chai": "^4.3.1",
3131
"@types/mocha": "^9.1.1",
3232
"@types/node": "^16",
33-
"@typescript-eslint/eslint-plugin": "^5.26.0",
33+
"@typescript-eslint/eslint-plugin": "^5.29.0",
3434
"@typescript-eslint/parser": "^5.29.0",
3535
"chai": "^4.3.6",
3636
"chai-ethers": "^0.0.1",
@@ -39,7 +39,7 @@
3939
"ethereumjs-util": "^7.1.4",
4040
"ethers": "^5.6.7",
4141
"follow-redirects": "^1.15.0",
42-
"hardhat": "^2.9.6",
42+
"hardhat": "^2.9.9",
4343
"hardhat-contract-sizer": "^2.5.1",
4444
"hardhat-deploy": "^0.11.10",
4545
"hardhat-deploy-ethers": "^0.3.0-beta.13",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"solhint-plugin-prettier": "^0.0.5"
4242
},
4343
"resolutions": {
44-
"underscore@npm": "^1.13.2",
44+
"async@npm": "^2.6.4",
45+
"ejs@npm": "^3.1.7",
4546
"lodash@npm": "^4.17.21",
4647
"minimist@npm": "^1.2.6",
47-
"node-fetch": "^2.6.7",
4848
"nanoid": "^3.3.1",
49-
"async@npm": "^2.6.4",
50-
"ejs@npm": "^3.1.7"
49+
"node-fetch": "^2.6.7",
50+
"underscore@npm": "^1.13.2"
5151
},
5252
"commitlint": {
5353
"extends": [

subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 KlerosCore"
1111
},
1212
"dependencies": {
13-
"@graphprotocol/graph-cli": "^0.30.3",
13+
"@graphprotocol/graph-cli": "^0.31.0",
1414
"@graphprotocol/graph-ts": "^0.27.0"
1515
}
1616
}

web/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"generate": "graphql-codegen"
3131
},
3232
"devDependencies": {
33-
"@parcel/transformer-svg-react": "^2.5.0",
34-
"@types/react": "^18.0.0",
33+
"@parcel/transformer-svg-react": "^2.6.2",
34+
"@types/react": "^18.0.14",
3535
"@types/react-dom": "^18.0.0",
3636
"@types/styled-components": "^5.1.21",
37-
"@typescript-eslint/eslint-plugin": "^5.27.0",
37+
"@typescript-eslint/eslint-plugin": "^5.29.0",
3838
"@typescript-eslint/parser": "^5.29.0",
3939
"@typescript-eslint/utils": "^5.29.0",
4040
"eslint": "^8.16.0",
@@ -43,18 +43,18 @@
4343
"eslint-plugin-import": "^2.25.4",
4444
"eslint-plugin-prettier": "^4.0.0",
4545
"eslint-plugin-react": "^7.28.0",
46-
"eslint-plugin-react-hooks": "^4.3.0",
46+
"eslint-plugin-react-hooks": "^4.6.0",
4747
"eslint-plugin-security": "^1.4.0",
4848
"eslint-utils": "^3.0.0",
4949
"lru-cache": "^7.8.0",
50-
"parcel": "^2.6.0",
50+
"parcel": "^2.6.2",
5151
"prettier": "^2.5.1",
5252
"typescript": "^4.5.5"
5353
},
5454
"dependencies": {
5555
"@graphql-codegen/cli": "^2.6.2",
5656
"@graphql-codegen/typescript": "^2.4.9",
57-
"@graphql-codegen/typescript-operations": "^2.3.6",
57+
"@graphql-codegen/typescript-operations": "^2.4.2",
5858
"@kleros/kleros-v2-contracts": "workspace:^",
5959
"@kleros/ui-components-library": "^1.1.0",
6060
"chart.js": "^3.7.1",
@@ -64,9 +64,9 @@
6464
"graphql": "^16.4.0",
6565
"graphql-request": "^4.2.0",
6666
"moment": "^2.29.3",
67-
"react": "^18.0.0",
67+
"react": "^18.2.0",
6868
"react-chartjs-2": "^4.1.0",
69-
"react-dom": "^18.0.0",
69+
"react-dom": "^18.2.0",
7070
"react-is": "^18.0.0",
7171
"react-router-dom": "6",
7272
"styled-components": "^5.3.5",

0 commit comments

Comments
 (0)