From ab730b39148b4e4df9d73b23e38431613b1973dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jun 2025 08:49:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725 --- 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": {