From 63f1e91d7b3683237b8090a922b6da12832248b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 08:57:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JPEGJS-2859218 --- 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",