From ee425e97cd3528fb910ed65c95abe83ed34b4194 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 04:41:41 +0000 Subject: [PATCH] fix: examples/browser-ipns-publish/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- examples/browser-ipns-publish/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/browser-ipns-publish/package.json b/examples/browser-ipns-publish/package.json index d62803afd1..4e94a01bed 100644 --- a/examples/browser-ipns-publish/package.json +++ b/examples/browser-ipns-publish/package.json @@ -13,10 +13,10 @@ "license": "MIT", "dependencies": { "human-crypto-keys": "^0.1.4", - "ipfs": "^0.53.2", - "ipfs-http-client": "^48.2.2", + "ipfs": "^0.66.1", + "ipfs-http-client": "^60.0.1", "ipfs-utils": "^5.0.0", - "ipns": "^0.8.0", + "ipns": "^0.16.0", "it-last": "^1.0.4", "p-retry": "^4.2.0", "uint8arrays": "^1.1.0"