From 37a4151972a76d112115a9f60822085c8ff276b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Aug 2022 09:24:13 +0000 Subject: [PATCH] fix: packages/ipfs-core-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- packages/ipfs-core-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-core-utils/package.json b/packages/ipfs-core-utils/package.json index 988e836e80..7df3f0972d 100644 --- a/packages/ipfs-core-utils/package.json +++ b/packages/ipfs-core-utils/package.json @@ -59,7 +59,7 @@ "uint8arrays": "^2.1.3" }, "devDependencies": { - "aegir": "^33.0.0", + "aegir": "^37.5.2", "rimraf": "^3.0.2" } }