diff --git a/coordinator/package.json b/coordinator/package.json index 3dc3d670d5..133e8697b2 100644 --- a/coordinator/package.json +++ b/coordinator/package.json @@ -21,7 +21,7 @@ "generate-keypair": "ts-node ./scripts/generateKeypair.ts" }, "dependencies": { - "@graphprotocol/graph-cli": "^0.76.0", + "@graphprotocol/graph-cli": "^0.78.0", "@nestjs/common": "^10.3.10", "@nestjs/core": "^10.3.10", "@nestjs/platform-express": "^10.3.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f968d05fc1..1bf384083e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -327,8 +327,8 @@ importers: coordinator: dependencies: '@graphprotocol/graph-cli': - specifier: ^0.76.0 - version: 0.76.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@2.7.0(encoding@0.1.13))(typescript@5.5.3) + specifier: ^0.78.0 + version: 0.78.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@2.7.0(encoding@0.1.13))(typescript@5.5.3) '@nestjs/common': specifier: ^10.3.10 version: 10.3.10(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.1) @@ -626,8 +626,8 @@ importers: subgraph: dependencies: '@graphprotocol/graph-cli': - specifier: ^0.76.0 - version: 0.76.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@3.3.2)(typescript@5.5.3) + specifier: ^0.78.0 + version: 0.78.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@3.3.2)(typescript@5.5.3) '@graphprotocol/graph-ts': specifier: ^0.35.1 version: 0.35.1 @@ -1883,8 +1883,8 @@ packages: resolution: {integrity: sha512-yZ0H5e3EpAYKokX/AbtplzlvSxEJY7ZfpvQyDzyODkks0hakAAlDG6fQu1SlDJMWorY7bbq1j7fCiFeTWci6TA==} hasBin: true - '@graphprotocol/graph-cli@0.76.0': - resolution: {integrity: sha512-pxYu7OBgOBljC5/t/uQQrBJsL9wDejv/C/yMBioh0MR0kLeUG3JMvZL4cG65dD3OLzpS//b2oYDuPP9OSs2SCQ==} + '@graphprotocol/graph-cli@0.78.0': + resolution: {integrity: sha512-Zw/6k7YYjVoHFgy1BbqpllPUSjzk1ubkIBbYp7HlD//mPUnUhWQLgId92yENw1DqbWOx1R+LhXjeKkwbJgjUxA==} engines: {node: '>=18'} hasBin: true @@ -13407,7 +13407,7 @@ snapshots: graphql-import-node: 0.0.5(graphql@16.8.1) js-yaml: 4.1.0 - '@graphprotocol/graph-cli@0.76.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@2.7.0(encoding@0.1.13))(typescript@5.5.3)': + '@graphprotocol/graph-cli@0.78.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@2.7.0(encoding@0.1.13))(typescript@5.5.3)': dependencies: '@float-capital/float-subgraph-uncrashable': 0.0.0-internal-testing.5 '@oclif/core': 2.8.6(@types/node@20.14.10)(typescript@5.5.3) @@ -13448,7 +13448,7 @@ snapshots: - typescript - utf-8-validate - '@graphprotocol/graph-cli@0.76.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@3.3.2)(typescript@5.5.3)': + '@graphprotocol/graph-cli@0.78.0(@types/node@20.14.10)(encoding@0.1.13)(node-fetch@3.3.2)(typescript@5.5.3)': dependencies: '@float-capital/float-subgraph-uncrashable': 0.0.0-internal-testing.5 '@oclif/core': 2.8.6(@types/node@20.14.10)(typescript@5.5.3) diff --git a/subgraph/package.json b/subgraph/package.json index 9db9e970ad..0b4004b644 100644 --- a/subgraph/package.json +++ b/subgraph/package.json @@ -23,7 +23,7 @@ "test:coverage": "graph test && graph test -c" }, "dependencies": { - "@graphprotocol/graph-cli": "^0.76.0", + "@graphprotocol/graph-cli": "^0.78.0", "@graphprotocol/graph-ts": "^0.35.1", "maci-contracts": "2.0.0-alpha" },