From c4fb2c05b599f6029781b71983e6c42a7e42ced2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 05:58:08 +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.1. - [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.1/packages/ts) --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-version: 0.38.1 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 633bff1aa..343fd1401 100644 --- a/packages/network-subgraphs/package.json +++ b/packages/network-subgraphs/package.json @@ -23,6 +23,6 @@ "matchstick-as": "0.5.0" }, "dependencies": { - "@graphprotocol/graph-ts": "0.35.1" + "@graphprotocol/graph-ts": "0.38.1" } }