From 5b69323955fa19a50034281bf154be20d7bd603d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 15:29:55 +0000 Subject: [PATCH] fix: examples/custom-ipfs-repo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-1056749 - 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 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677 - https://snyk.io/vuln/npm:debug:20170905 --- examples/custom-ipfs-repo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-ipfs-repo/package.json b/examples/custom-ipfs-repo/package.json index 05f36072d4..954b1a40c4 100644 --- a/examples/custom-ipfs-repo/package.json +++ b/examples/custom-ipfs-repo/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "datastore-fs": "^2.0.0", - "ipfs": "^0.53.2", + "ipfs": "^0.66.1", "ipfs-repo": "^7.0.0", "it-all": "^1.0.4" },