From 22d8a6bfe24831d3c2c13fc26661bdbfb7049128 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Apr 2026 16:28:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1145632a0f..67493128c4 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "json-logic-js": "^2.0.2", "jstimezonedetect": "^1.0.7", "jwt-decode": "^3.1.2", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "moment": "^2.29.4", "moment-timezone": "^0.5.44", "quill": "^2.0.2",