From 68a809a67809b8b1f3d20bf7fb6db342fa2232d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 15:02:47 +0000 Subject: [PATCH] chore(deps-dev): bump aegir from 21.10.2 to 22.0.0 Bumps [aegir](https://github.com/ipfs/aegir) from 21.10.2 to 22.0.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/v21.10.2...v22.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8995e34..632eb74 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "npm": ">=3.0.0" }, "devDependencies": { - "aegir": "^21.0.2", + "aegir": "^22.0.0", "chai": "^4.2.0", "dirty-chai": "^2.0.1", "libp2p-interfaces": "^0.2.0",