From 7e2f95302222e6288a0bcd52e2850ac68c4ecf8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Jul 2022 19:18:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FILETYPE-2958042 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b3aa922..bcd2d5a4 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "cids": "~0.5.3", "debug": "^3.1.0", "err-code": "^1.1.2", - "file-type": "^8.1.0", + "file-type": "^16.5.4", "filesize": "^3.6.1", "fnv1a": "^1.0.1", "fsm-event": "^2.1.0", @@ -111,7 +111,7 @@ "ipfs-bitswap": "~0.20.3", "ipfs-block": "~0.7.1", "ipfs-block-service": "~0.14.0", - "ipfs-http-response": "~0.1.2", + "ipfs-http-response": "~0.6.1", "ipfs-mfs": "~0.4.0", "ipfs-multipart": "~0.1.0", "ipfs-repo": "~0.24.0",