From f5ca79f6c2d2538b12efab9eeede54a051d93f0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 08:49:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79e3c823c7..9e319dd7c5 100644 --- a/package.json +++ b/package.json @@ -99,8 +99,8 @@ "core-js": "^3.6.5", "immer": "^10.0.3", "intersect": "^1.0.1", - "lodash": "^4.17.20", - "lodash-es": "^4.17.14", + "lodash": "^4.17.23", + "lodash-es": "^4.17.23", "mappy-breakpoints": "^0.2.3", "marked": "^4.3.0", "moment": "^2.24.0",