From c2c3254925cc89043f89bf28a374ed71c155edcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 09:48:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 838002b..73de554 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@graphprotocol/graph-cli": "^0.18.0", - "@graphprotocol/graph-ts": "^0.18.1" + "@graphprotocol/graph-ts": "^0.22.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0",