From 6c4254c0c482cb6f9835b372402cc4ff532e9dce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Mar 2020 04:53:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95d96d7..abbe1dd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "async": "^3.1.0", "cookie-parser": "^1.4.4", "express": "^4.17.1", - "jimp": "^0.8.5", + "jimp": "^0.9.0", "jszip": "^3.2.2", "mime-types": "^2.1.24", "node-uuid": "^1.4.8",