From 3a8b111777780df91733c0d876a29123b7eb1fc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 03:06:17 +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-DEBUG-3227433 --- 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 ab0435699b..fdd8036914 100644 --- a/examples/ipfs-101/package.json +++ b/examples/ipfs-101/package.json @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "async": "^2.5.0", - "ipfs": "^0.25.4" + "ipfs": "^0.27.0" } }