From 9289b54cbe297f36aee639ef0e4bd9bfe862c5bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Jul 2025 09:46:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 838002b..e682945 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.67.2", "@graphprotocol/graph-ts": "^0.18.1" }, "devDependencies": {