From 7a02c2906cdc7fd47451aedd6c17f8b239346ecd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:50:40 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-cli to v0.80.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7d56c8..9e8a5b4 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 fe407df..a677b9f 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": {