From db0e2fdab114e594dcc8f85a29ca1fa7ee46736d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 01:30:45 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-http-gateway/package.json b/packages/ipfs-http-gateway/package.json index d3b1c0f41a..885fe865e0 100644 --- a/packages/ipfs-http-gateway/package.json +++ b/packages/ipfs-http-gateway/package.json @@ -83,9 +83,9 @@ "uint8arrays": "^3.0.0" }, "devDependencies": { - "@types/hapi-pino": "^8.0.1", + "@types/hapi-pino": "^9.1.0", "@types/hapi__hapi": "^20.0.5", - "aegir": "^37.0.11", + "aegir": "^40.0.0", "file-type": "^17.1.1", "sinon": "^14.0.0" }