Skip to content

Commit e137327

Browse files
committed
chore: upgraded the graph libraries, responsible for CVE-2022-24772
1 parent bab5d0e commit e137327

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

subgraph/package.json

Lines changed: 2 additions & 2 deletions
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.29.1",
14-
"@graphprotocol/graph-ts": "^0.26.0"
13+
"@graphprotocol/graph-cli": "^0.30.3",
14+
"@graphprotocol/graph-ts": "^0.27.0"
1515
}
1616
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -980,9 +980,9 @@ __metadata:
980980
languageName: node
981981
linkType: hard
982982

983-
"@graphprotocol/graph-cli@npm:^0.29.1":
984-
version: 0.29.2
985-
resolution: "@graphprotocol/graph-cli@npm:0.29.2"
983+
"@graphprotocol/graph-cli@npm:^0.30.3":
984+
version: 0.30.3
985+
resolution: "@graphprotocol/graph-cli@npm:0.30.3"
986986
dependencies:
987987
assemblyscript: 0.19.10
988988
binary-install-raw: 0.0.13
@@ -1011,16 +1011,16 @@ __metadata:
10111011
yaml: 1.9.2
10121012
bin:
10131013
graph: bin/graph
1014-
checksum: 9af486f12ebb89d83c25bb1841692ba046229d189c15ee7e5ab49603aaadbb7a9e64823ebee6c4bfa617fa00bebb79b1e6ac3dfa08eff2304b46e26f8b353f6d
1014+
checksum: e1f67cac5b72248d37f4628454da128f29dc6ad24f58d2c2cd4f1bb5ceadca814fb76c8cdeee972e5f4c69b49a7cf0191ca84e44e660a54685c8756f0e9ee832
10151015
languageName: node
10161016
linkType: hard
10171017

1018-
"@graphprotocol/graph-ts@npm:^0.26.0":
1019-
version: 0.26.0
1020-
resolution: "@graphprotocol/graph-ts@npm:0.26.0"
1018+
"@graphprotocol/graph-ts@npm:^0.27.0":
1019+
version: 0.27.0
1020+
resolution: "@graphprotocol/graph-ts@npm:0.27.0"
10211021
dependencies:
10221022
assemblyscript: 0.19.10
1023-
checksum: 3edb53b0590d67638d0862ee1a8fd4e5157eed8043f82f15a597a9b675839099b346a57aeff4bfe7aabc6999bde4b8d47f1724e5ee09e8db62ac99bd8bd0b97f
1023+
checksum: d2916b9d0a8063ed3f00486012fd625301332fced8c9407f57908b43f0724d512c56b89b1c40e1cb67eca2ced9b1d437e237b04ab588b1d962573c301848a31a
10241024
languageName: node
10251025
linkType: hard
10261026

@@ -1156,8 +1156,8 @@ __metadata:
11561156
version: 0.0.0-use.local
11571157
resolution: "@kleros/kleros-v2-subgraph@workspace:subgraph"
11581158
dependencies:
1159-
"@graphprotocol/graph-cli": ^0.29.1
1160-
"@graphprotocol/graph-ts": ^0.26.0
1159+
"@graphprotocol/graph-cli": ^0.30.3
1160+
"@graphprotocol/graph-ts": ^0.27.0
11611161
languageName: unknown
11621162
linkType: soft
11631163

0 commit comments

Comments
 (0)