From fd91f41b42013d7eb104fe6e94f21a16b4999160 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 04:22:23 +0000 Subject: [PATCH] fix: packages/ipfs-daemon/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- packages/ipfs-daemon/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-daemon/package.json b/packages/ipfs-daemon/package.json index 8142cd0919..3503e1f064 100644 --- a/packages/ipfs-daemon/package.json +++ b/packages/ipfs-daemon/package.json @@ -33,7 +33,7 @@ "@mapbox/node-pre-gyp": "^1.0.5", "debug": "^4.1.1", "dlv": "^1.1.3", - "ipfs-core": "^0.8.0", + "ipfs-core": "^0.18.1", "ipfs-core-types": "^0.5.2", "ipfs-grpc-server": "^0.3.4", "ipfs-http-client": "^50.1.2", @@ -41,7 +41,7 @@ "ipfs-http-server": "^0.5.2", "ipfs-utils": "^8.1.2", "just-safe-set": "^2.2.1", - "libp2p": "^0.31.6", + "libp2p": "^0.35.3", "libp2p-delegated-content-routing": "^0.10.0", "libp2p-delegated-peer-routing": "^0.9.0", "libp2p-webrtc-star": "^0.22.2",