From 1841cbcab4e0c3049eef53c9c16463fda6dc6a16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 May 2020 21:54:15 -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 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",