From 04bb8e9b42ebff24aaf8d875569556c11160b1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 10:25:30 +0000 Subject: [PATCH] deps(dev): bump aegir from 45.2.1 to 46.0.2 Bumps [aegir](https://github.com/ipfs/aegir) from 45.2.1 to 46.0.2. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/aegir/compare/v45.2.1...v46.0.2) --- updated-dependencies: - dependency-name: aegir dependency-version: 46.0.2 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 3ca9b93a..7e85151f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "docs:no-publish": "aegir docs --publish false" }, "devDependencies": { - "aegir": "^45.0.8", + "aegir": "^46.0.2", "npm-run-all": "^4.1.5" }, "workspaces": [ diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index b81626c1..a9a4605c 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -156,7 +156,7 @@ "devDependencies": { "@types/readable-stream": "^4.0.15", "@types/sinon": "^17.0.3", - "aegir": "^45.0.8", + "aegir": "^46.0.2", "blockstore-core": "^5.0.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 63abf473..568f37ac 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -177,7 +177,7 @@ "uint8arrays": "^5.1.0" }, "devDependencies": { - "aegir": "^45.0.8", + "aegir": "^46.0.2", "blockstore-core": "^5.0.0", "it-last": "^3.0.6", "wherearewe": "^2.0.1" diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index f445a04c..27606776 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -144,7 +144,7 @@ "uint8arraylist": "^2.4.8" }, "devDependencies": { - "aegir": "^45.0.8", + "aegir": "^46.0.2", "protons": "^7.6.0", "uint8arrays": "^5.1.0" },