From 35d1845ec1fe89a29bfa40fd4ceb6574a4a0643d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Mar 2024 05:49:12 +0000 Subject: [PATCH] fix: upgrade @graphprotocol/graph-cli from 0.67.4 to 0.68.0 Snyk has created this PR to upgrade @graphprotocol/graph-cli from 0.67.4 to 0.68.0. See this package in npm: https://www.npmjs.com/package/@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: ebadiere --- 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 271301d1ea..1210703cdb 100644 --- a/tools/subgraph-example/subgraph/package.json +++ b/tools/subgraph-example/subgraph/package.json @@ -11,7 +11,7 @@ "test": "graph test" }, "dependencies": { - "@graphprotocol/graph-cli": "0.67.4", + "@graphprotocol/graph-cli": "0.68.0", "@graphprotocol/graph-ts": "0.32.0" }, "devDependencies": {