Skip to content

Commit

Permalink
deps: bump aegir from 42.2.11 to 44.1.0
Browse files Browse the repository at this point in the history
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](ipfs/aegir@v42.2.11...v44.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent e9fb07a commit c1186e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"docs:no-publish": "aegir docs --publish false"
},
"dependencies": {
"aegir": "^42.2.3",
"aegir": "^44.1.0",
"npm-run-all": "^4.1.5"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@libp2p/daemon-server": "^7.0.0",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/kad-dht": "^12.0.5",
"aegir": "^42.2.3",
"aegir": "^44.1.0",
"it-all": "^3.0.4",
"it-pipe": "^3.0.1",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"uint8arraylist": "^2.4.8"
},
"devDependencies": {
"aegir": "^42.2.3",
"aegir": "^44.1.0",
"protons": "^7.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"aegir": "^42.2.3",
"aegir": "^44.1.0",
"sinon-ts": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/libp2p-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"yargs-promise": "^1.1.0"
},
"devDependencies": {
"aegir": "^42.2.3",
"aegir": "^44.1.0",
"sinon": "^18.0.0"
}
}

0 comments on commit c1186e2

Please sign in to comment.