Skip to content

Commit

Permalink
deps: bump aegir from 40.0.13 to 41.0.0
Browse files Browse the repository at this point in the history
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v40.0.13...v41.0.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 Oct 2, 2023
1 parent 408f934 commit a710a6a
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": "^40.0.2"
"aegir": "^41.0.0"
},
"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 @@ -145,7 +145,7 @@
"devDependencies": {
"@libp2p/daemon-server": "^6.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"aegir": "^40.0.1",
"aegir": "^41.0.0",
"it-all": "^3.0.1",
"it-pipe": "^3.0.1",
"sinon": "^15.1.2",
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 @@ -160,7 +160,7 @@
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"aegir": "^40.0.1",
"aegir": "^41.0.0",
"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 @@ -150,7 +150,7 @@
"uint8arrays": "^4.0.4"
},
"devDependencies": {
"aegir": "^40.0.1",
"aegir": "^41.0.0",
"sinon-ts": "^1.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 @@ -139,7 +139,7 @@
"yargs-promise": "^1.1.0"
},
"devDependencies": {
"aegir": "^40.0.1",
"aegir": "^41.0.0",
"sinon": "^15.1.2"
}
}

0 comments on commit a710a6a

Please sign in to comment.