From 804ea4b40959b738857cb6828ca2c055b747a3fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 02:52:04 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-cli to v0.77.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 7078b4b..c6fc83e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.73.0", + "@graphprotocol/graph-cli": "0.77.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.4", @@ -1117,9 +1117,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.73.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.73.0.tgz", - "integrity": "sha512-g+EapDRvxhRjMccnUJE8gBRGDIF6mXqtv8g0tzzixVClw/BezBni8QXtXMHs4Gg0G2UnerJJLp5ZQgZqtHWnmg==", + "version": "0.77.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.77.0.tgz", + "integrity": "sha512-IzzGmy3RtzEdpCKDLaMPQQHGXF65/8PMmfzwZakXHxxui/ObgtV8QA4fnb8mII4rSQtKpVKsQFUHpuYEH8Q33A==", "dev": true, "license": "(Apache-2.0 OR MIT)", "dependencies": { diff --git a/package.json b/package.json index 5766575..d37445e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.73.0", + "@graphprotocol/graph-cli": "0.77.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.4", @@ -33,7 +33,7 @@ "solhint": "5.0.1" }, "overrides": { - "@graphprotocol/graph-cli": "0.73.0", + "@graphprotocol/graph-cli": "0.77.0", "@graphprotocol/graph-ts": "0.35.1" }, "dependencies": {