From ebe16f4f523fb25de3d4ca0adf8e929b38f49703 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 05:26:14 +0000 Subject: [PATCH] fix: upgrade ipns from 0.2.3 to 0.16.0 Snyk has created this PR to upgrade ipns from 0.2.3 to 0.16.0. See this package in npm: ipns See this project in Snyk: https://app.snyk.io/org/dev-team-1-MXBiCNTRYgF5VEwdSktsZk/project/075fbb66-0c6d-4f3d-bb3a-42cb1577155c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b3aa922..7c9604da 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "ipld": "~0.17.3", "ipld-dag-cbor": "~0.12.1", "ipld-dag-pb": "~0.14.6", - "ipns": "~0.2.0", + "ipns": "~0.16.0", "is-ipfs": "~0.4.2", "is-pull-stream": "~0.0.0", "is-stream": "^1.1.0",