From 5a67d80339d12b171bd65da2bf1dcb3153031fb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 15:29:03 +0000 Subject: [PATCH] fix: infra/ipfs-proxy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917 --- infra/ipfs-proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ipfs-proxy/package.json b/infra/ipfs-proxy/package.json index fdc17c62a4a5..4383b53016e9 100644 --- a/infra/ipfs-proxy/package.json +++ b/infra/ipfs-proxy/package.json @@ -26,7 +26,7 @@ "busboy": "0.3.1", "file-type": "12.4.2", "http-proxy": "1.18.0", - "ipfs": "0.40.0", + "ipfs": "0.51.0", "ipfsd-ctl": "2.1.0", "is-json": "2.0.1", "logplease": "1.2.15",