Skip to content

Commit

Permalink
deps(dev): bump aegir from 41.3.5 to 42.1.1 (#94)
Browse files Browse the repository at this point in the history
Bumps [aegir](https://github.com/ipfs/aegir) from 41.3.5 to 42.1.1.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v41.3.5...v42.1.1)

---
updated-dependencies:
- dependency-name: aegir
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent d575f73 commit e34a142
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"docs:no-publish": "aegir docs --publish false"
},
"devDependencies": {
"aegir": "^41.0.0",
"aegir": "^42.1.1",
"npm-run-all": "^4.1.5"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
},
"devDependencies": {
"@libp2p/peer-id-factory": "^3.0.5",
"aegir": "^41.0.0",
"aegir": "^42.1.1",
"body-parser": "^1.20.2",
"it-all": "^3.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@libp2p/interface": "^0.1.2",
"@libp2p/kad-dht": "^10.0.6",
"@libp2p/peer-id-factory": "^3.0.5",
"aegir": "^41.0.0",
"aegir": "^42.1.1",
"fastify": "^4.17.0",
"helia": "^2.0.1",
"ipns": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@libp2p/peer-id-factory": "^3.0.5",
"@multiformats/multiaddr": "^12.1.3",
"@types/sinon": "^17.0.0",
"aegir": "^41.0.0",
"aegir": "^42.1.1",
"sinon": "^17.0.0",
"sinon-ts": "^2.0.0"
}
Expand Down

0 comments on commit e34a142

Please sign in to comment.