diff --git a/package-lock.json b/package-lock.json index fb7e517..170cfb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.75.0", + "@graphprotocol/graph-cli": "0.76.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -1078,9 +1078,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.75.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.75.0.tgz", - "integrity": "sha512-FGmH0D7Xjlt8k7phcR9Mw4niR2TAv5MvD3ASDPntu6JkhTOsPbOhmQruYzyDjAk4WwPMdOeD1eJjM8dKC4/HQQ==", + "version": "0.76.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.76.0.tgz", + "integrity": "sha512-pxYu7OBgOBljC5/t/uQQrBJsL9wDejv/C/yMBioh0MR0kLeUG3JMvZL4cG65dD3OLzpS//b2oYDuPP9OSs2SCQ==", "dev": true, "license": "(Apache-2.0 OR MIT)", "dependencies": { diff --git a/package.json b/package.json index 1f22d8d..1c29bbe 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.75.0", + "@graphprotocol/graph-cli": "0.76.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -21,7 +21,7 @@ "@openzeppelin/subgraphs": "0.1.8-5" }, "overrides": { - "@graphprotocol/graph-cli": "0.75.0", + "@graphprotocol/graph-cli": "0.76.0", "@graphprotocol/graph-ts": "0.35.1" } }