Skip to content

Commit 31cf591

Browse files
deps(dev): bump aegir from 44.1.4 to 45.0.1 (#149)
Bumps [aegir](https://github.com/ipfs/aegir) from 44.1.4 to 45.0.1. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v44.1.4...v45.0.1) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]>
1 parent 997b27d commit 31cf591

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"docs:no-publish": "aegir docs --publish false"
3737
},
3838
"devDependencies": {
39-
"aegir": "^44.1.1",
39+
"aegir": "^45.0.1",
4040
"npm-run-all": "^4.1.5",
4141
"patch-package": "^8.0.0",
4242
"rimraf": "^6.0.1"

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
},
152152
"devDependencies": {
153153
"@libp2p/crypto": "^5.0.1",
154-
"aegir": "^44.1.1",
154+
"aegir": "^45.0.1",
155155
"body-parser": "^1.20.3",
156156
"it-all": "^3.0.6"
157157
},

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@libp2p/identify": "^3.0.1",
124124
"@libp2p/interface": "^2.0.1",
125125
"@libp2p/kad-dht": "^14.0.1",
126-
"aegir": "^44.1.1",
126+
"aegir": "^45.0.1",
127127
"fastify": "^5.0.0",
128128
"helia": "next",
129129
"ipns": "^10.0.0",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"@libp2p/crypto": "^5.0.1",
168168
"@multiformats/multiaddr": "^12.3.1",
169169
"@types/sinon": "^17.0.3",
170-
"aegir": "^44.1.1",
170+
"aegir": "^45.0.1",
171171
"sinon": "^19.0.2",
172172
"sinon-ts": "^2.0.0"
173173
}

0 commit comments

Comments
 (0)