From d30db604f6f9579851ab85f8b3a446bfe6661238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 02:19:13 +0000 Subject: [PATCH] build(deps-dev): bump ts-mocha in /packages/network-subgraphs Bumps [ts-mocha](https://github.com/piotrwitek/ts-mocha) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/piotrwitek/ts-mocha/releases) - [Commits](https://github.com/piotrwitek/ts-mocha/compare/v10.0.0...v11.1.0) --- updated-dependencies: - dependency-name: ts-mocha dependency-version: 11.1.0 dependency-type: direct:development update-type: version-update:semver-major ... 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..348d435d9 100644 --- a/packages/network-subgraphs/package.json +++ b/packages/network-subgraphs/package.json @@ -13,7 +13,7 @@ "@graphprotocol/graph-cli": "0.89.0", "@streamr/config": "^5.8.0", "handlebars": "4.7.8", - "ts-mocha": "10.0.0" + "ts-mocha": "11.1.0" }, "dependencies": { "@graphprotocol/graph-ts": "0.35.1"