From 6932ff540e812daa8ac0cdaf2285a416d5272117 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 06:28:28 +0000 Subject: [PATCH] fix: upgrade @graphprotocol/graph-cli from 0.88.0 to 0.89.0 Snyk has created this PR to upgrade @graphprotocol/graph-cli from 0.88.0 to 0.89.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 Signed-off-by: Logan Nguyen --- 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 a747f9f0f0..e51d53b144 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.88.0" + "@graphprotocol/graph-cli": "0.89.0" }, "devDependencies": { "matchstick-as": "0.5.2"