Skip to content

Commit ff07c90

Browse files
fix(deps): update all non-major dependencies
1 parent e67fc2a commit ff07c90

File tree

7 files changed

+218
-159
lines changed

7 files changed

+218
-159
lines changed

.github/workflows/contracts-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cache: yarn
5757

5858
- name: Cache node modules
59-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
59+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6060
env:
6161
cache-name: cache-node-modules
6262
with:

.github/workflows/sentry-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache: yarn
5151

5252
- name: Cache node modules
53-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5454
env:
5555
cache-name: cache-node-modules
5656
with:

contracts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"node": ">=16.0.0"
1212
},
1313
"volta": {
14-
"node": "18.20.6"
14+
"node": "18.20.7"
1515
},
1616
"publishConfig": {
1717
"access": "public",
@@ -92,7 +92,7 @@
9292
"ethers": "^6.13.5",
9393
"graphql": "^16.9.0",
9494
"graphql-request": "^7.1.2",
95-
"hardhat": "2.22.18",
95+
"hardhat": "2.22.19",
9696
"hardhat-contract-sizer": "^2.10.0",
9797
"hardhat-deploy": "^0.14.0",
9898
"hardhat-deploy-ethers": "^0.4.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"node-fetch": "npm:[email protected]",
6161
"underscore@npm^3.0.4": "npm:1.12.1",
6262
"eth-sig-util@npm:^1.4.2": "npm:3.0.0",
63-
"fast-xml-parser": "npm:[email protected].2",
63+
"fast-xml-parser": "npm:[email protected].3",
6464
"@babel/traverse:^7.22.5": "npm:7.23.6",
6565
"yargs-unparser@npm:1.6.0": "npm:1.6.4",
6666
"dompurify@npm:^2.4.0": "npm:2.5.7",

subgraph/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"node": "20.18.3"
7373
},
7474
"dependencies": {
75-
"@graphprotocol/graph-ts": "^0.37.0"
75+
"@graphprotocol/graph-ts": "^0.38.0"
7676
},
7777
"devDependencies": {
78-
"@graphprotocol/graph-cli": "^0.95.0",
78+
"@graphprotocol/graph-cli": "^0.96.0",
7979
"@kleros/kleros-v2-eslint-config": "workspace:^",
8080
"@kleros/kleros-v2-prettier-config": "workspace:^",
8181
"eslint": "^9.15.0",

web-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@yornaath/batshit": "^0.10.0",
5959
"graphql": "^16.9.0",
6060
"graphql-request": "^7.1.2",
61-
"next": "14.2.21",
61+
"next": "14.2.24",
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"react-is": "^18.3.1",

0 commit comments

Comments
 (0)