From ba5f225b9d757b84ae3c235fc11faded19ac5b8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 22:21:08 +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-SERIALIZEJAVASCRIPT-6147607 --- 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..c62306ac5d 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": "^36.1.0", "file-type": "^16.0.0", "rimraf": "^3.0.2", "sinon": "^10.0.1"