From ac55fa390d29806b462c0b4d2a553d6c23767978 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 04:23:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 18a7f1be85..d7f8f26130 100644 --- a/package.json +++ b/package.json @@ -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": "^43.0.0", "ipfs-http-response": "~0.4.0", "ipfs-mfs": "^0.13.0", "ipfs-multipart": "^0.2.0", @@ -129,7 +129,7 @@ "just-safe-set": "^2.1.0", "kind-of": "^6.0.2", "ky": "^0.15.0", - "ky-universal": "~0.3.0", + "ky-universal": "~0.7.0", "libp2p": "^0.26.2", "libp2p-bootstrap": "~0.9.3", "libp2p-crypto": "^0.16.2", @@ -158,7 +158,7 @@ "multicodec": "~0.5.5", "multihashes": "~0.4.14", "multihashing-async": "^0.8.0", - "node-fetch": "^2.3.0", + "node-fetch": "^3.2.10", "p-iteration": "^1.1.8", "p-queue": "^6.1.0", "peer-book": "^0.9.1",