From 750a327278c79dad34373e4eb0cac784835929c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 May 2020 18:00:59 -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 a5a041e..a68f401 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "cookie-parser": "^1.4.5", "core-js": "^3.6.5", "express": "^4.17.1", - "jimp": "^0.10.3", + "jimp": "^0.12.0", "jquery": "^3.5.1", "jszip": "^3.4.0", "knockout": "^3.5.1",