From 7534a0c213a23be5762be075d8e846114c1b1184 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Sep 2025 19:22:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MESSAGEFORMAT-13109646 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475381a00..30bbb5812 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cookie-parser": "^1.4.3", "express.oi": "0.0.21", "helmet": "^2.1.1", - "i18n": "^0.8.3", + "i18n": "^0.14.0", "js-yaml": "^3.6.1", "less": "^2.7.1", "lodash": "^4.13.1",