From e2b4a2605c603a10d050ad9c6d4b63751b6ecf52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 16:20:01 +0000 Subject: [PATCH] fix: packages/ipfs-http-gateway/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- packages/ipfs-http-gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index d3b1c0f41a..49033e47a6 100644 --- a/packages/ipfs-http-gateway/package.json +++ b/packages/ipfs-http-gateway/package.json @@ -85,7 +85,7 @@ "devDependencies": { "@types/hapi-pino": "^8.0.1", "@types/hapi__hapi": "^20.0.5", - "aegir": "^37.0.11", + "aegir": "^42.2.0", "file-type": "^17.1.1", "sinon": "^14.0.0" }