From 8a0bd3bfebcc95c7aba71532a38e2437861512d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 18:06:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index d908183deb..29c84f097b 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "ipfs-bitswap": "^0.26.0", "ipfs-block": "~0.8.1", "ipfs-block-service": "~0.16.0", - "ipfs-http-client": "^38.0.0", + "ipfs-http-client": "^42.0.0", "ipfs-http-response": "~0.3.1", "ipfs-mfs": "^0.13.0", "ipfs-multipart": "^0.2.0", @@ -116,7 +116,7 @@ "ipld-git": "~0.5.0", "ipld-raw": "^4.0.0", "ipld-zcash": "~0.3.0", - "ipns": "^0.6.1", + "ipns": "^0.16.0", "is-domain-name": "^1.0.1", "is-ipfs": "~0.6.1", "is-pull-stream": "~0.0.0", @@ -128,20 +128,20 @@ "kind-of": "^6.0.2", "ky": "^0.14.0", "ky-universal": "~0.3.0", - "libp2p": "^0.26.2", - "libp2p-bootstrap": "~0.9.3", - "libp2p-crypto": "^0.16.2", - "libp2p-delegated-content-routing": "^0.3.1", - "libp2p-delegated-peer-routing": "^0.3.1", - "libp2p-floodsub": "^0.18.0", - "libp2p-gossipsub": "~0.0.5", - "libp2p-kad-dht": "~0.16.0", + "libp2p": "^0.35.0", + "libp2p-bootstrap": "~0.14.0", + "libp2p-crypto": "^0.21.2", + "libp2p-delegated-content-routing": "^0.4.3", + "libp2p-delegated-peer-routing": "^0.11.0", + "libp2p-floodsub": "^0.23.0", + "libp2p-gossipsub": "~0.12.0", + "libp2p-kad-dht": "~0.27.0", "libp2p-keychain": "^0.5.1", - "libp2p-mdns": "~0.12.0", + "libp2p-mdns": "~0.18.0", "libp2p-record": "~0.7.0", "libp2p-secio": "~0.11.0", "libp2p-tcp": "^0.13.0", - "libp2p-webrtc-star": "~0.16.0", + "libp2p-webrtc-star": "~0.25.0", "libp2p-websocket-star-multi": "~0.4.3", "libp2p-websockets": "~0.12.3", "lodash": "^4.17.15", @@ -161,7 +161,7 @@ "p-iteration": "^1.1.8", "p-queue": "^6.1.0", "peer-book": "^0.9.1", - "peer-id": "^0.12.2", + "peer-id": "^0.16.0", "peer-info": "~0.15.1", "progress": "^2.0.1", "promise-nodeify": "^3.0.1",