diff --git a/package-lock.json b/package-lock.json index 267f223..4360c20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.79.2", + "@graphprotocol/graph-cli": "0.80.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -1059,9 +1059,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.79.2", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.79.2.tgz", - "integrity": "sha512-/zKbObhwBf2b+P3mlL83SN9NIQ+LevIm8VkkWu9t7jQ7fFMHja2UUn+iqH8bVaJCsa3U8iaa1KfLu3ipk4dauQ==", + "version": "0.80.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.80.0.tgz", + "integrity": "sha512-vO0pSdqYZUTSFkIVNFo5/6ZfwVrMZ/XYCpg/zcKgnQH3pezR3YUV4krSV4fwKriJglbF1QC7+QWRr7h0akLe5w==", "dev": true, "license": "(Apache-2.0 OR MIT)", "dependencies": { diff --git a/package.json b/package.json index 137fe61..fc2b1d4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.79.2", + "@graphprotocol/graph-cli": "0.80.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -22,7 +22,7 @@ "solhint": "5.0.2" }, "overrides": { - "@graphprotocol/graph-cli": "0.79.2", + "@graphprotocol/graph-cli": "0.80.0", "@graphprotocol/graph-ts": "0.35.1" }, "dependencies": {