Skip to content

Commit 1691175

Browse files
authored
chore: update deps (#169)
1 parent 7ed9b4d commit 1691175

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"devDependencies": {
157157
"@libp2p/crypto": "^5.0.1",
158158
"aegir": "^46.0.0",
159-
"body-parser": "^1.20.3",
159+
"body-parser": "^2.2.0",
160160
"it-all": "^3.0.6",
161161
"wherearewe": "^2.0.1"
162162
},

packages/interop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
"@libp2p/crypto": "^5.0.1",
123123
"@libp2p/identify": "^3.0.1",
124124
"@libp2p/interface": "^2.0.1",
125-
"@libp2p/kad-dht": "^14.0.1",
125+
"@libp2p/kad-dht": "^15.0.2",
126+
"@libp2p/ping": "^2.0.29",
126127
"aegir": "^46.0.0",
127128
"fastify": "^5.0.0",
128129
"helia": "^5.1.0",

packages/interop/test/fixtures/create-helia.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { identify } from '@libp2p/identify'
22
import { kadDHT, removePublicAddressesMapper } from '@libp2p/kad-dht'
3+
import { ping } from '@libp2p/ping'
34
import { createHelia as createNode } from 'helia'
45
import { ipnsSelector } from 'ipns/selector'
56
import { ipnsValidator } from 'ipns/validator'
@@ -23,7 +24,8 @@ export async function createHelia (init?: Partial<HeliaInit>): Promise<HeliaLibp
2324
ipns: ipnsSelector
2425
}
2526
}),
26-
identify: identify()
27+
identify: identify(),
28+
ping: ping()
2729
}
2830
}
2931
})

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"release": "aegir release"
155155
},
156156
"dependencies": {
157-
"@fastify/cors": "^10.0.1",
157+
"@fastify/cors": "^11.0.1",
158158
"@helia/interface": "^5.0.0",
159159
"@libp2p/interface": "^2.0.1",
160160
"@libp2p/peer-id": "^5.0.1",
@@ -168,7 +168,7 @@
168168
"@multiformats/multiaddr": "^12.3.1",
169169
"@types/sinon": "^17.0.3",
170170
"aegir": "^46.0.0",
171-
"sinon": "^19.0.2",
171+
"sinon": "^20.0.0",
172172
"sinon-ts": "^2.0.0"
173173
}
174174
}

0 commit comments

Comments
 (0)