From 6135205f7d22549f076a88f499ff5e722d164724 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Nov 2024 02:42:07 +0000 Subject: [PATCH] fix: upgrade @graphprotocol/graph-cli from 0.87.0 to 0.88.0 Snyk has created this PR to upgrade @graphprotocol/graph-cli from 0.87.0 to 0.88.0. See this package in npm: @graphprotocol/graph-cli See this project in Snyk: https://app.snyk.io/org/json-rpc-relay/project/24dd80bc-cab7-4d83-83d7-a604d57322e3?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/subgraph-example/subgraph/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/subgraph-example/subgraph/package.json b/tools/subgraph-example/subgraph/package.json index 483964f234..a747f9f0f0 100644 --- a/tools/subgraph-example/subgraph/package.json +++ b/tools/subgraph-example/subgraph/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@graphprotocol/graph-ts": "0.35.1", - "@graphprotocol/graph-cli": "0.87.0" + "@graphprotocol/graph-cli": "0.88.0" }, "devDependencies": { "matchstick-as": "0.5.2"