From f02dfc9fbf227f246ac33bb31c2eafd71129c152 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 May 2022 20:28:25 +0000 Subject: [PATCH] fix: examples/ipfs-101/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917 --- examples/ipfs-101/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipfs-101/package.json b/examples/ipfs-101/package.json index 32adc2414b..c492dbfa03 100644 --- a/examples/ipfs-101/package.json +++ b/examples/ipfs-101/package.json @@ -10,7 +10,7 @@ "author": "David Dias ", "license": "MIT", "dependencies": { - "ipfs": "^0.55.1", + "ipfs": "^0.63.0", "it-all": "^1.0.4", "uint8arrays": "^2.1.3" },