From b6bf9c75a491c5e222077206dc02c08644a613d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:08:27 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-cli to v0.82.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 efa479c..aebc122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "FSL-1.1-MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.81.0", + "@graphprotocol/graph-cli": "0.82.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -1002,9 +1002,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.81.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.81.0.tgz", - "integrity": "sha512-jIH36P+OwHmSLAPPMq0KyGHr3gGK0HadJoqZmi22GqOWce8mh7cWp0rHykSGwrVftUBDD9IEYu1kI0ibpGXOLg==", + "version": "0.82.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.82.0.tgz", + "integrity": "sha512-Azuqlv6SaNnpyMQGD4GXRkRJMPO83R2ts8WpKG0XN6rpCeaJJGZSWo2Q38jVmkEsgw0GDroLTQ7tvP/f4KbxJg==", "license": "(Apache-2.0 OR MIT)", "dependencies": { "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", diff --git a/package.json b/package.json index 474dbf9..a77595a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.81.0", + "@graphprotocol/graph-cli": "0.82.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -49,7 +49,7 @@ "erc721a": "4.3.0" }, "overrides": { - "@graphprotocol/graph-cli": "0.81.0", + "@graphprotocol/graph-cli": "0.82.0", "@graphprotocol/graph-ts": "0.35.1" } }