From 3146e0f872aaa319fe72b919b14bb98c3b5b9a02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jan 2022 08:50:34 +0000 Subject: [PATCH] fix: upgrade ipfs-http-gateway from 0.2.1 to 0.8.0 Snyk has created this PR to upgrade ipfs-http-gateway from 0.2.1 to 0.8.0. See this package in npm: https://www.npmjs.com/package/ipfs-http-gateway See this project in Snyk: https://app.snyk.io/org/zi3lak/project/6306f209-c7b2-4c69-b4b9-0ae3a060e156?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/ipfs-http-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-http-server/package.json b/packages/ipfs-http-server/package.json index 65d75fff04..1c49a6fb07 100644 --- a/packages/ipfs-http-server/package.json +++ b/packages/ipfs-http-server/package.json @@ -38,7 +38,7 @@ "err-code": "^2.0.3", "hapi-pino": "^8.3.0", "ipfs-core-utils": "^0.6.1", - "ipfs-http-gateway": "^0.2.1", + "ipfs-http-gateway": "^0.8.0", "ipfs-unixfs": "^2.0.3", "ipld-dag-pb": "^0.20.0", "it-all": "^1.0.4",