diff --git a/package-lock.json b/package-lock.json index 2929f0d..a6af3b1 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.79.0", + "@graphprotocol/graph-cli": "0.79.2", "@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.79.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.79.0.tgz", - "integrity": "sha512-16s+qN0HbAjN4UfVMW2XyMPJc4PuAiBPx6dZLjgUAuU3ROAej7DExqJW+zTX36IG2H/pe7cilpkkykbwise1Kw==", + "version": "0.79.2", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.79.2.tgz", + "integrity": "sha512-/zKbObhwBf2b+P3mlL83SN9NIQ+LevIm8VkkWu9t7jQ7fFMHja2UUn+iqH8bVaJCsa3U8iaa1KfLu3ipk4dauQ==", "dev": true, "license": "(Apache-2.0 OR MIT)", "dependencies": { diff --git a/package.json b/package.json index fe976f0..c6632db 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.0", + "@graphprotocol/graph-cli": "0.79.2", "@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.79.0", + "@graphprotocol/graph-cli": "0.79.2", "@graphprotocol/graph-ts": "0.35.1" } }