From 40b6e54c1118ed45d103f59126f53466926b0499 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 21:28:54 +0000 Subject: [PATCH] fix: examples/custom-libp2p/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- examples/custom-libp2p/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/custom-libp2p/package.json b/examples/custom-libp2p/package.json index 197b8d5c5f..40b9a34a27 100644 --- a/examples/custom-libp2p/package.json +++ b/examples/custom-libp2p/package.json @@ -10,11 +10,11 @@ "license": "MIT", "dependencies": { "ipfs": "file:../../", - "libp2p": "^0.26.2", - "libp2p-bootstrap": "~0.9.7", - "libp2p-kad-dht": "~0.16.0", - "libp2p-mdns": "~0.12.2", - "libp2p-secio": "~0.11.1", + "libp2p": "^0.29.0", + "libp2p-bootstrap": "~0.12.0", + "libp2p-kad-dht": "~0.20.0", + "libp2p-mdns": "~0.14.2", + "libp2p-secio": "~0.13.0", "libp2p-spdy": "~0.13.3", "libp2p-tcp": "~0.13.0", "libp2p-websocket-star": "~0.10.2",