From 79c5ca66e5209235cee4abb0bf2d75c8dada7dbe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Oct 2022 19:33:50 +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-MOCHA-2863123 --- 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 0ec36972a9..7438e089e4 100644 --- a/packages/ipfs-http-gateway/package.json +++ b/packages/ipfs-http-gateway/package.json @@ -61,7 +61,7 @@ "devDependencies": { "@types/hapi-pino": "^8.0.1", "@types/hapi__hapi": "^20.0.5", - "aegir": "^33.0.0", + "aegir": "^37.2.0", "file-type": "^16.0.0", "rimraf": "^3.0.2", "sinon": "^10.0.1"