Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent d547296 commit 061765c
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 @@
"release": "npm run docs:no-publish && aegir run release && npm run docs"
},
"devDependencies": {
"aegir": "^40.0.11"
"aegir": "^41.3.2"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"devDependencies": {
"@types/readable-stream": "^4.0.1",
"@types/sinon": "^10.0.0",
"aegir": "^40.0.11",
"aegir": "^41.3.2",
"blockstore-core": "^4.0.1",
"delay": "^6.0.0",
"ipfs-unixfs-importer": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"aegir": "^40.0.11",
"aegir": "^41.3.2",
"blockstore-core": "^4.0.1",
"it-last": "^3.0.2",
"wherearewe": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"aegir": "^40.0.11",
"aegir": "^41.3.2",
"protons": "^7.0.2",
"uint8arrays": "^5.0.0"
},
Expand Down

0 comments on commit 061765c

Please sign in to comment.