From a673bb75f48f89427fd0c8d71898ba413bc5d939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:27:24 +0000 Subject: [PATCH] deps(dev): bump aegir from 42.2.11 to 44.1.0 Bumps [aegir](https://github.com/ipfs/aegir) from 42.2.11 to 44.1.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/aegir/compare/v42.2.11...v44.1.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/ipfs-unixfs-exporter/package.json | 2 +- packages/ipfs-unixfs-importer/package.json | 2 +- packages/ipfs-unixfs/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3021f1eb..3f66ce24 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "docs:no-publish": "aegir docs --publish false" }, "devDependencies": { - "aegir": "^42.2.2", + "aegir": "^44.1.0", "npm-run-all": "^4.1.5" }, "workspaces": [ diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index c007b0c0..ed28ddef 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -71,7 +71,7 @@ "devDependencies": { "@types/readable-stream": "^4.0.11", "@types/sinon": "^17.0.3", - "aegir": "^42.2.5", + "aegir": "^44.1.0", "blockstore-core": "^4.4.0", "delay": "^6.0.0", "ipfs-unixfs-importer": "^15.0.0", diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index cb8af317..584e2e51 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -92,7 +92,7 @@ "uint8arrays": "^5.0.3" }, "devDependencies": { - "aegir": "^42.2.5", + "aegir": "^44.1.0", "blockstore-core": "^4.4.0", "it-last": "^3.0.4", "wherearewe": "^2.0.1" diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index fdeb9c62..1496f274 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -59,7 +59,7 @@ "uint8arraylist": "^2.4.8" }, "devDependencies": { - "aegir": "^42.2.5", + "aegir": "^44.1.0", "protons": "^7.5.0", "uint8arrays": "^5.0.3" },