From 20c84f2d037347608e5036229972f594bc298381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:24:52 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-cli to v0.81.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 156db9a..3f59070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@settlemint/solidity-empty", - "version": "7.6.1", + "version": "7.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@settlemint/solidity-empty", - "version": "7.6.1", + "version": "7.6.2", "license": "FSL-1.1-MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.80.1", + "@graphprotocol/graph-cli": "0.81.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -1020,9 +1020,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.80.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.80.1.tgz", - "integrity": "sha512-Kg1o3Ww2B4Q1IhCvYBCJ4fMCv+EqVtLgGvLCZdVyZo4a994Uj76apqkr1KVwRBSW60jgrGkTtpoE2JTNpgbaXg==", + "version": "0.81.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.81.0.tgz", + "integrity": "sha512-jIH36P+OwHmSLAPPMq0KyGHr3gGK0HadJoqZmi22GqOWce8mh7cWp0rHykSGwrVftUBDD9IEYu1kI0ibpGXOLg==", "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 ebfbdd0..457a673 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "dependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.80.1", + "@graphprotocol/graph-cli": "0.81.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -45,7 +45,7 @@ "@openzeppelin/subgraphs": "0.1.8-5" }, "overrides": { - "@graphprotocol/graph-cli": "0.80.1", + "@graphprotocol/graph-cli": "0.81.0", "@graphprotocol/graph-ts": "0.35.1" } }