From 71988060bed3d53f28b3958b103fa68205ede460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:06:03 +0000 Subject: [PATCH] build(deps-dev): bump @graphprotocol/graph-cli Bumps [@graphprotocol/graph-cli](https://github.com/graphprotocol/graph-tooling/tree/HEAD/packages/cli) from 0.89.0 to 0.98.1. - [Release notes](https://github.com/graphprotocol/graph-tooling/releases) - [Changelog](https://github.com/graphprotocol/graph-tooling/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/graphprotocol/graph-tooling/commits/@graphprotocol/graph-cli@0.98.1/packages/cli) --- updated-dependencies: - dependency-name: "@graphprotocol/graph-cli" dependency-version: 0.98.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/network-subgraphs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network-subgraphs/package.json b/packages/network-subgraphs/package.json index df1401508..c0184e802 100644 --- a/packages/network-subgraphs/package.json +++ b/packages/network-subgraphs/package.json @@ -10,7 +10,7 @@ "smoke-test": "ts-mocha tests/smoke/smoke.test.ts" }, "devDependencies": { - "@graphprotocol/graph-cli": "0.89.0", + "@graphprotocol/graph-cli": "0.98.1", "@streamr/config": "^5.8.0", "handlebars": "4.7.8", "ts-mocha": "10.0.0"