From 87541c7823fd9061c08f9edc1741aab03c6b9464 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 16:37:42 +0000 Subject: [PATCH] chore(deps-dev): bump aegir from 26.0.0 to 28.1.0 (#86) Bumps [aegir](https://github.com/ipfs/aegir) from 26.0.0 to 28.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/v26.0.0...v28.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- packages/ipfs-unixfs-exporter/package.json | 2 +- packages/ipfs-unixfs-importer/package.json | 2 +- packages/ipfs-unixfs/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index e5d5bedd..282dc71c 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -36,7 +36,7 @@ "homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme", "devDependencies": { "abort-controller": "^3.0.0", - "aegir": "^26.0.0", + "aegir": "^28.1.0", "detect-node": "^2.0.4", "ipfs-unixfs-importer": "^3.0.4", "ipld": "^0.27.0", diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index deb2b894..99f7ad3e 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme", "devDependencies": { - "aegir": "^26.0.0", + "aegir": "^28.1.0", "cids": "^1.0.0", "detect-node": "^2.0.4", "ipfs-unixfs-exporter": "^3.0.4", diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index 6e1b2ca9..1f0a6ea8 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme", "devDependencies": { - "aegir": "^26.0.0", + "aegir": "^28.1.0", "nyc": "^15.0.0", "uint8arrays": "^1.1.0" },