From cc88714f402bf5dd938f4db8e414f0ad6276ec88 Mon Sep 17 00:00:00 2001 From: Swirlds Automation <52682028+swirlds-automation@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:57:45 -0600 Subject: [PATCH] build(deps): [Snyk] Upgrade @graphprotocol/graph-cli from 0.88.0 to 0.89.0 (#3315) 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 Co-authored-by: snyk-bot --- 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 a747f9f0f..e51d53b14 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"