From 3521f53f0c5418928128ff9321c5751a0fde1e9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 May 2020 15:57:41 -0700 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JPEGJS-570039 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41ca13f..461275a 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "async": "^3.1.1", "cookie-parser": "^1.4.4", "express": "^4.17.1", - "jimp": "^0.9.3", + "jimp": "^0.12.0", "jszip": "^3.2.2", "knockout": "^3.5.1", "mime-types": "^2.1.26",