From 34b9ea26544c94e8e2cd27de2c83d1e18fc6c76a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jan 2025 07:10:24 +0000 Subject: [PATCH] fix: upgrade @graphprotocol/graph-cli from 0.92.0 to 0.93.3 Snyk has created this PR to upgrade @graphprotocol/graph-cli from 0.92.0 to 0.93.3. 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 17abd5c51..051a26fa0 100644 --- a/tools/subgraph-example/subgraph/package.json +++ b/tools/subgraph-example/subgraph/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@graphprotocol/graph-ts": "0.37.0", - "@graphprotocol/graph-cli": "0.92.0" + "@graphprotocol/graph-cli": "0.93.3" }, "devDependencies": { "matchstick-as": "0.5.2"