From 479db2a9b36a8da2f82e5f0a7bcb4bb9d0c7e2a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 04:55:23 +0000 Subject: [PATCH] fix: examples/traverse-ipld-graphs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917 - https://snyk.io/vuln/SNYK-JS-LIBP2P-3164757 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- examples/traverse-ipld-graphs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traverse-ipld-graphs/package.json b/examples/traverse-ipld-graphs/package.json index 9f8f8e16a0..e3cec6be19 100644 --- a/examples/traverse-ipld-graphs/package.json +++ b/examples/traverse-ipld-graphs/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@multiformats/sha3": "^2.0.0", - "ipfs": "^0.57.0", + "ipfs": "^0.66.1", "ipld-ethereum": "^6.0.0", "ipld-format-to-blockcodec": "0.0.1", "ipld-git": "^0.6.1"