From a1bacdda982c4148cf993c946cf83fda7bfcec12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 04:42:53 +0000 Subject: [PATCH] fix: examples/delegated-routing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- examples/delegated-routing/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/delegated-routing/package.json b/examples/delegated-routing/package.json index 164e0d3c54..c8b7f1b3b0 100644 --- a/examples/delegated-routing/package.json +++ b/examples/delegated-routing/package.json @@ -3,19 +3,19 @@ "version": "0.1.0", "private": true, "dependencies": { - "ipfs": "~0.34.4", + "ipfs": "~0.51.0", "libp2p": "github:libp2p/js-libp2p#master", - "libp2p-delegated-content-routing": "~0.2.2", - "libp2p-delegated-peer-routing": "~0.2.2", - "libp2p-kad-dht": "~0.14.12", + "libp2p-delegated-content-routing": "~0.4.3", + "libp2p-delegated-peer-routing": "~0.11.0", + "libp2p-kad-dht": "~0.27.0", "libp2p-mplex": "~0.8.5", "libp2p-secio": "~0.11.1", - "libp2p-webrtc-star": "~0.15.8", + "libp2p-webrtc-star": "~0.25.0", "libp2p-websocket-star": "~0.10.2", "libp2p-websockets": "~0.12.2", "react": "^16.8.6", "react-dom": "^16.8.6", - "react-scripts": "2.1.8" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start"