Skip to content

Commit 010680b

Browse files
deps(dev): bump aegir from 40.0.13 to 41.3.2
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>
1 parent 62964fd commit 010680b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"release": "npm run docs:no-publish && aegir run release && npm run docs"
3737
},
3838
"devDependencies": {
39-
"aegir": "^40.0.11"
39+
"aegir": "^41.3.2"
4040
},
4141
"workspaces": [
4242
"packages/*"

packages/ipfs-unixfs-exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"devDependencies": {
157157
"@types/readable-stream": "^4.0.1",
158158
"@types/sinon": "^17.0.2",
159-
"aegir": "^40.0.11",
159+
"aegir": "^41.3.2",
160160
"blockstore-core": "^4.0.1",
161161
"delay": "^6.0.0",
162162
"ipfs-unixfs-importer": "^15.0.0",

packages/ipfs-unixfs-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"uint8arrays": "^5.0.0"
178178
},
179179
"devDependencies": {
180-
"aegir": "^40.0.11",
180+
"aegir": "^41.3.2",
181181
"blockstore-core": "^4.0.1",
182182
"it-last": "^3.0.2",
183183
"wherearewe": "^2.0.1"

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"uint8arraylist": "^2.4.3"
145145
},
146146
"devDependencies": {
147-
"aegir": "^40.0.11",
147+
"aegir": "^41.3.2",
148148
"protons": "^7.0.2",
149149
"uint8arrays": "^5.0.0"
150150
},

0 commit comments

Comments
 (0)