|
49 | 49 | "prepublishOnly": "node scripts/update-version.js && npm run build"
|
50 | 50 | },
|
51 | 51 | "dependencies": {
|
52 |
| - "@chainsafe/libp2p-gossipsub": "^8.0.0", |
53 |
| - "@chainsafe/libp2p-noise": "^12.0.0", |
54 |
| - "@chainsafe/libp2p-yamux": "^4.0.2", |
| 52 | + "@chainsafe/libp2p-gossipsub": "^10.0.0", |
| 53 | + "@chainsafe/libp2p-noise": "^13.0.0", |
| 54 | + "@chainsafe/libp2p-yamux": "^5.0.0", |
55 | 55 | "@helia/interface": "^1.0.0",
|
56 | 56 | "@ipld/dag-pb": "^4.0.3",
|
57 |
| - "@libp2p/bootstrap": "^8.0.0", |
58 |
| - "@libp2p/interface-libp2p": "^3.2.0", |
59 |
| - "@libp2p/interface-pubsub": "^4.0.1", |
60 |
| - "@libp2p/interfaces": "^3.3.2", |
| 57 | + "@libp2p/bootstrap": "^9.0.2", |
| 58 | + "@libp2p/interface": "^0.1.1", |
61 | 59 | "@libp2p/ipni-content-routing": "^1.0.0",
|
62 |
| - "@libp2p/kad-dht": "^9.3.3", |
63 |
| - "@libp2p/logger": "^2.0.7", |
64 |
| - "@libp2p/mdns": "^8.0.0", |
65 |
| - "@libp2p/mplex": "^8.0.3", |
66 |
| - "@libp2p/tcp": "^7.0.1", |
67 |
| - "@libp2p/webrtc": "^2.0.4", |
68 |
| - "@libp2p/websockets": "^6.0.1", |
69 |
| - "@libp2p/webtransport": "^2.0.1", |
| 60 | + "@libp2p/kad-dht": "^10.0.2", |
| 61 | + "@libp2p/logger": "^3.0.1", |
| 62 | + "@libp2p/mdns": "^9.0.2", |
| 63 | + "@libp2p/mplex": "^9.0.2", |
| 64 | + "@libp2p/tcp": "^8.0.2", |
| 65 | + "@libp2p/webrtc": "^3.1.3", |
| 66 | + "@libp2p/websockets": "^7.0.2", |
| 67 | + "@libp2p/webtransport": "^3.0.3", |
70 | 68 | "blockstore-core": "^4.0.0",
|
71 |
| - "cborg": "^1.10.0", |
| 69 | + "cborg": "^2.0.3", |
72 | 70 | "datastore-core": "^9.0.0",
|
73 | 71 | "interface-blockstore": "^5.0.0",
|
74 | 72 | "interface-datastore": "^8.0.0",
|
75 | 73 | "interface-store": "^5.0.1",
|
76 |
| - "ipfs-bitswap": "^18.0.0", |
| 74 | + "ipfs-bitswap": "^19.0.0", |
77 | 75 | "ipns": "^6.0.0",
|
78 | 76 | "it-all": "^3.0.2",
|
79 | 77 | "it-drain": "^3.0.1",
|
80 | 78 | "it-filter": "^3.0.1",
|
81 | 79 | "it-foreach": "^2.0.2",
|
82 |
| - "libp2p": "^0.45.2", |
| 80 | + "libp2p": "^0.46.3", |
83 | 81 | "mortice": "^3.0.1",
|
84 |
| - "multiformats": "^11.0.1", |
| 82 | + "multiformats": "^12.0.1", |
85 | 83 | "p-defer": "^4.0.0",
|
86 | 84 | "p-queue": "^7.3.4",
|
87 | 85 | "progress-events": "^1.0.0",
|
|
0 commit comments