From 138545380cdb818d40bed844d0b08d35b8a1b733 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 16:34:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20e80d8..354ad7d 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "hapi": "^14.2.0", "hoek": "^5.0.2", "inert": "^4.0.1", - "jimp": "^0.2.27" + "jimp": "^0.3.7" } }