From cd3f90291997cc197544bde6950b7609b3d881f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 13:59:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91feb5f..64270de 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "imagemin-optipng": "^8.0.0", "imagemin-svgo": "^8.0.0", "js-cookie": "^2.2.1", - "mjml": "^4.8.1", + "mjml": "^4.9.0", "mongoose": "^5.11.13", "multer": "^1.4.2", "next": "^10.0.5",