diff --git a/package.json b/package.json index 16aeac66..6ee64e37 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "release": "npm run docs:no-publish && aegir run release && npm run docs" }, "devDependencies": { - "aegir": "^39.0.4", + "aegir": "^40.0.8", "typedoc-plugin-mdn-links": "^3.0.3" }, "type": "module", diff --git a/packages/helia/package.json b/packages/helia/package.json index c41c1b8e..e5c64584 100644 --- a/packages/helia/package.json +++ b/packages/helia/package.json @@ -178,7 +178,7 @@ "@ipld/dag-json": "^10.0.1", "@multiformats/mafmt": "^12.1.5", "@types/sinon": "^10.0.14", - "aegir": "^39.0.4", + "aegir": "^40.0.8", "delay": "^6.0.0", "sinon": "^15.0.2", "sinon-ts": "^1.0.0" diff --git a/packages/helia/src/utils/bootstrappers.ts b/packages/helia/src/utils/bootstrappers.ts index b68b85e2..7fc50c0e 100644 --- a/packages/helia/src/utils/bootstrappers.ts +++ b/packages/helia/src/utils/bootstrappers.ts @@ -1,4 +1,3 @@ - // this list comes from https://github.com/ipfs/kubo/blob/da28fbc65a2e0f1ce59f9923823326ae2bc4f713/config/bootstrap_peers.go#L17 export const bootstrapConfig = { list: [ diff --git a/packages/interface/package.json b/packages/interface/package.json index 5909bd61..994db0cf 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -161,7 +161,7 @@ "progress-events": "^1.0.0" }, "devDependencies": { - "aegir": "^39.0.4" + "aegir": "^40.0.8" }, "typedoc": { "entryPoint": "./src/index.ts" diff --git a/packages/interop/package.json b/packages/interop/package.json index 22e17753..4ca94195 100644 --- a/packages/interop/package.json +++ b/packages/interop/package.json @@ -54,7 +54,7 @@ "@libp2p/tcp": "^7.0.1", "@libp2p/websockets": "^6.0.1", "@multiformats/sha3": "^2.0.15", - "aegir": "^39.0.4", + "aegir": "^40.0.8", "blockstore-core": "^4.0.0", "datastore-core": "^9.0.0", "go-ipfs": "^0.20.0",