From c8f172b6e3d59664956722666f145d83418f8d1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 03:41:28 +0000 Subject: [PATCH] fix: packages/ipfs-http-client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/ipfs-http-client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-http-client/package.json b/packages/ipfs-http-client/package.json index 03780811ea..560ee27a10 100644 --- a/packages/ipfs-http-client/package.json +++ b/packages/ipfs-http-client/package.json @@ -73,10 +73,10 @@ "uint8arrays": "^2.1.3" }, "devDependencies": { - "aegir": "^33.0.0", + "aegir": "^37.5.2", "delay": "^5.0.0", "go-ipfs": "0.8.0", - "ipfsd-ctl": "^8.0.1", + "ipfsd-ctl": "^11.0.0", "it-all": "^1.0.4", "it-concat": "^2.0.0", "it-first": "^1.0.4",