From bb561365130049e427540fe8cf07ca79920105e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 16:18:35 +0000 Subject: [PATCH] fix: upgrade ipfs-unixfs-importer from 0.40.0 to 0.45.0 Snyk has created this PR to upgrade ipfs-unixfs-importer from 0.40.0 to 0.45.0. See this package in npm: https://www.npmjs.com/package/ipfs-unixfs-importer See this project in Snyk: https://app.snyk.io/org/pardo/project/43b015ab-78ac-40c2-91c7-17f6fc1950bf?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 1195eff..309bc2f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "ipfs-multipart": "~0.2.0", "ipfs-unixfs": "~0.1.16", "ipfs-unixfs-exporter": "~0.38.0", - "ipfs-unixfs-importer": "~0.40.0", + "ipfs-unixfs-importer": "~0.45.0", "ipld-dag-pb": "~0.18.0", "joi-browser": "^13.4.0", "mortice": "^2.0.0",