From d877b14652205ab7adb7645f04d0259db8afdeb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 18:57:24 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/browser-ipns-publish/package.json b/examples/browser-ipns-publish/package.json index 9457e9b7be..0ae45ec981 100644 --- a/examples/browser-ipns-publish/package.json +++ b/examples/browser-ipns-publish/package.json @@ -14,10 +14,10 @@ "license": "MIT", "dependencies": { "human-crypto-keys": "^0.1.4", - "ipfs": "^0.57.0", + "ipfs": "^0.66.1", "ipfs-http-client": "^52.0.0", "ipfs-utils": "^8.1.4", - "ipns": "^0.13.3", + "ipns": "^0.15.1", "it-last": "^1.0.4", "p-retry": "^4.2.0", "uint8arrays": "^2.1.6"