From 76582fa76bec1e664947be5fb72a7d9a0087c6d5 Mon Sep 17 00:00:00 2001 From: Swirlds Automation <52682028+swirlds-automation@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:25:57 -0500 Subject: [PATCH] build(deps): [Snyk] Upgrade @graphprotocol/graph-cli from 0.79.2 to 0.80.0 (#2880) fix: upgrade @graphprotocol/graph-cli from 0.79.2 to 0.80.0 Snyk has created this PR to upgrade @graphprotocol/graph-cli from 0.79.2 to 0.80.0. See this package in npm: @graphprotocol/graph-cli See this project in Snyk: https://app.snyk.io/org/hedera-services/project/9dde6099-a0f7-4de9-9b56-e2edc5a26e00?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 1af192d2d0..4205be3047 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.79.2" + "@graphprotocol/graph-cli": "0.80.0" }, "devDependencies": { "matchstick-as": "0.5.2"