From 4ae822a9e8836969931400f3d86d3b19be10d4b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 06:27:32 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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" }