From b0a11336ebf34c3e2cf8326cdf35fcdcd29e1a19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 13:07:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 838002b..1a6c2c0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:fix": "eslint src --rulesdir . --fix && prettier --config .prettierrc.json --write **/*.js **/*.md" }, "dependencies": { - "@graphprotocol/graph-cli": "^0.18.0", + "@graphprotocol/graph-cli": "^0.92.0", "@graphprotocol/graph-ts": "^0.18.1" }, "devDependencies": {