From d83d4a510c5956c924df97204ce93247598e1cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:15:56 +0000 Subject: [PATCH] build(deps): bump @graphprotocol/graph-ts in /packages/network-subgraphs Bumps [@graphprotocol/graph-ts](https://github.com/graphprotocol/graph-tooling/tree/HEAD/packages/ts) from 0.35.1 to 0.38.2. - [Release notes](https://github.com/graphprotocol/graph-tooling/releases) - [Changelog](https://github.com/graphprotocol/graph-tooling/blob/main/packages/ts/CHANGELOG.md) - [Commits](https://github.com/graphprotocol/graph-tooling/commits/@graphprotocol/graph-ts@0.38.2/packages/ts) --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-version: 0.38.2 dependency-type: direct:production 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..7386a5e88 100644 --- a/packages/network-subgraphs/package.json +++ b/packages/network-subgraphs/package.json @@ -16,6 +16,6 @@ "ts-mocha": "10.0.0" }, "dependencies": { - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-ts": "0.38.2" } }