Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
  • Loading branch information
snyk-bot committed Mar 21, 2022
commit ab86e73f8d2e4fdf5ed07cb8bb38d281c3ee2816
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ipfs-bitswap": "^0.26.0",
"ipfs-block": "~0.8.1",
"ipfs-block-service": "~0.16.0",
"ipfs-http-client": "^39.0.2",
"ipfs-http-client": "^42.0.0",
"ipfs-http-response": "~0.4.0",
"ipfs-mfs": "^0.13.0",
"ipfs-multipart": "^0.2.0",
Expand All @@ -117,7 +117,7 @@
"ipld-git": "~0.5.0",
"ipld-raw": "^4.0.0",
"ipld-zcash": "~0.4.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",
Expand All @@ -130,20 +130,20 @@
"kind-of": "^6.0.2",
"ky": "^0.15.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.flatten": "^4.4.0",
Expand All @@ -162,7 +162,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",
Expand Down