From 699fa276fa38bd0c611442410145937dbfeea744 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 17:39:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 061945f5942..70747588904 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.5.1", "faker": "^5.5.3", - "jimp": "^0.16.1", + "jimp": "^0.22.0", "js-yaml": "^4.1.0", "linguist-js": "^2.1.4", "marked": "^4.0.3",