Skip to content

Commit

Permalink
deps: bump aegir from 41.3.5 to 42.2.3
Browse files Browse the repository at this point in the history
Bumps [aegir](https://github.com/ipfs/aegir) from 41.3.5 to 42.2.3.
- [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.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent 149958e commit c07f6b3
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 @@ -36,7 +36,7 @@
"release": "npm run docs:no-publish && aegir run release && npm run docs"
},
"dependencies": {
"aegir": "^41.1.6"
"aegir": "^42.2.3"
},
"workspaces": [
"packages/*"
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 @@ -150,7 +150,7 @@
"devDependencies": {
"@libp2p/daemon-server": "^7.0.0",
"@libp2p/interface-compliance-tests": "^5.0.0",
"aegir": "^41.1.6",
"aegir": "^42.2.3",
"it-all": "^3.0.1",
"it-pipe": "^3.0.1",
"sinon": "^17.0.1",
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 @@ -166,7 +166,7 @@
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"aegir": "^41.1.6",
"aegir": "^42.2.3",
"protons": "^7.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"uint8arrays": "^4.0.4"
},
"devDependencies": {
"aegir": "^41.1.6",
"aegir": "^42.2.3",
"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 @@ -144,7 +144,7 @@
"yargs-promise": "^1.1.0"
},
"devDependencies": {
"aegir": "^41.1.6",
"aegir": "^42.2.3",
"sinon": "^17.0.1"
}
}

0 comments on commit c07f6b3

Please sign in to comment.