From 729ca8c7081490d9529838bfccd8d9e2fed28caa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 10:36:39 +0000 Subject: [PATCH] fix: packages/interface-ipfs-core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- packages/interface-ipfs-core/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/interface-ipfs-core/package.json b/packages/interface-ipfs-core/package.json index 9fe7f81086..6c7dda0b90 100644 --- a/packages/interface-ipfs-core/package.json +++ b/packages/interface-ipfs-core/package.json @@ -52,7 +52,7 @@ "ipfs-unixfs": "^5.0.0", "ipfs-unixfs-importer": "^8.0.2", "ipfs-utils": "^8.1.4", - "ipns": "^0.13.3", + "ipns": "^0.16.0", "is-ipfs": "^6.0.1", "iso-random-stream": "^2.0.0", "it-all": "^1.0.4", @@ -66,7 +66,7 @@ "it-pushable": "^1.4.2", "it-tar": "^4.0.0", "it-to-buffer": "^2.0.0", - "libp2p-crypto": "^0.19.6", + "libp2p-crypto": "^0.21.2", "libp2p-websockets": "^0.16.1", "multiaddr": "^10.0.0", "multiformats": "^9.4.1", @@ -75,7 +75,7 @@ "p-map": "^4.0.0", "p-retry": "^4.5.0", "pako": "^1.0.2", - "peer-id": "^0.15.1", + "peer-id": "^0.16.0", "readable-stream": "^3.4.0", "uint8arrays": "^2.1.6" },