From 9501a68323fb621a5dcb13d3602734d318675b9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 21:07:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1195eff..27853bf 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,8 @@ "interface-datastore": "~0.7.0", "ipfs-multipart": "~0.2.0", "ipfs-unixfs": "~0.1.16", - "ipfs-unixfs-exporter": "~0.38.0", - "ipfs-unixfs-importer": "~0.40.0", + "ipfs-unixfs-exporter": "~0.40.0", + "ipfs-unixfs-importer": "~1.0.2", "ipld-dag-pb": "~0.18.0", "joi-browser": "^13.4.0", "mortice": "^2.0.0",