From 709020e385458d47445e947bbb789c1cf7a967dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 17:28:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d908183deb..f965c30383 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": "^43.0.0", "ipfs-http-response": "~0.3.1", "ipfs-mfs": "^0.13.0", "ipfs-multipart": "^0.2.0", @@ -127,7 +127,7 @@ "just-safe-set": "^2.1.0", "kind-of": "^6.0.2", "ky": "^0.14.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", @@ -157,7 +157,7 @@ "multicodec": "~0.5.5", "multihashes": "~0.4.14", "multihashing-async": "^0.8.0", - "node-fetch": "^2.3.0", + "node-fetch": "^3.1.1", "p-iteration": "^1.1.8", "p-queue": "^6.1.0", "peer-book": "^0.9.1",