From 38f5156954f2139eddfbe0d24e1eadd69713c6da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 06:48:08 +0000 Subject: [PATCH] fix: tools/subgraph-example/subgraph/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 Signed-off-by: Logan Nguyen --- tools/subgraph-example/subgraph/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/subgraph-example/subgraph/package.json b/tools/subgraph-example/subgraph/package.json index e51d53b144..c2424837cb 100644 --- a/tools/subgraph-example/subgraph/package.json +++ b/tools/subgraph-example/subgraph/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@graphprotocol/graph-ts": "0.35.1", - "@graphprotocol/graph-cli": "0.89.0" + "@graphprotocol/graph-cli": "0.92.0" }, "devDependencies": { "matchstick-as": "0.5.2"