Skip to content

deps(dev): bump aegir from 45.2.1 to 47.0.12 #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deps(dev): bump aegir from 45.2.1 to 47.0.12
Bumps [aegir](https://github.com/ipfs/aegir) from 45.2.1 to 47.0.12.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/main/CHANGELOG.md)
- [Commits](ipfs/aegir@v45.2.1...v47.0.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2025
commit 6e72457252cd974e03ac9b5e2e5e55d261ecd6ec
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"docs:no-publish": "aegir docs --publish false"
},
"devDependencies": {
"aegir": "^45.0.8",
"aegir": "^47.0.12",
"npm-run-all": "^4.1.5"
},
"workspaces": [
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.15",
"@types/sinon": "^17.0.3",
"aegir": "^45.0.8",
"aegir": "^47.0.12",
"blockstore-core": "^5.0.0",
"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.1.0"
},
"devDependencies": {
"aegir": "^45.0.8",
"aegir": "^47.0.12",
"blockstore-core": "^5.0.0",
"it-last": "^3.0.6",
"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.8"
},
"devDependencies": {
"aegir": "^45.0.8",
"aegir": "^47.0.12",
"protons": "^7.6.0",
"uint8arrays": "^5.1.0"
},
Expand Down
Loading