From 42087432aef05556f329680165156433d945244d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Aug 2025 08:48:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 838002b..2acf892 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.21.0", "@graphprotocol/graph-ts": "^0.18.1" }, "devDependencies": {