From c793c50e8e968ed81e32b09ee5ebff8e6dd317a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Jul 2022 08:39:20 +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 20e80d8..3de5336 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ "license": "MIT", "dependencies": { "boom": "^3.2.2", - "file-type": "^3.8.0", + "file-type": "^16.5.4", "hapi": "^14.2.0", "hoek": "^5.0.2", "inert": "^4.0.1", - "jimp": "^0.2.27" + "jimp": "^0.3.7" } }