From 9b1cd2d6eb4ddca7d66371c7647608104d8f9acb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 03:03:02 +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 65ae847..630f2f0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,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",