From fce7c571bbc7eca823d46a9c6c96456b93f661ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 10:05:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 787339af5..389bb141d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dayjs": "1.10.7", "github-markdown-css": "4.0.0", "js-base64": "3.7.5", - "lodash-es": "4.17.21", + "lodash-es": "4.17.23", "mailgo": "0.12.2", "query-string": "7.1.3" },