From 336674984b186843035e65a2a1cf6ce86c3a6d92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jan 2024 02:17:10 +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-INFLIGHT-6095116 --- 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..400d2e4962 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": "^40.0.4", "file-type": "^17.1.1", "sinon": "^14.0.0" }